public class ViewSlot
extends java.lang.Object
implements java.io.Serializable
Slot
,
Serialized FormConstructor and Description |
---|
ViewSlot() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getId()
Get the identifier of the product property
|
java.lang.String |
getName()
Get the name of the product property
|
java.lang.String |
getSlotType() |
java.util.List<java.lang.String> |
getValues()
Get the values associated with the product property
|
void |
setId(java.lang.String id)
Set the id of the product property, should only be used when transforming
an actual Slot instance into a ViewSlot or in tests.
|
void |
setName(java.lang.String name)
Set the name of the product property, should only be used when
transforming an actual Slot instance into a ViewSlot or in tests.
|
void |
setSlotType(java.lang.String type) |
void |
setValues(java.util.List<java.lang.String> values)
Set the values associated with the product property, should only be used
when transforming an actual Slot instance into a ViewSlot or in tests.
|
public java.lang.String getName()
public void setName(java.lang.String name)
public java.lang.String getId()
public void setId(java.lang.String id)
public java.util.List<java.lang.String> getValues()
public void setValues(java.util.List<java.lang.String> values)
public java.lang.String getSlotType()
public void setSlotType(java.lang.String type)
Copyright © 2010-2018 Planetary Data System. All Rights Reserved.