public class ViewSlot extends Object implements Serializable
Slot
,
Serialized FormConstructor and Description |
---|
ViewSlot() |
Modifier and Type | Method and Description |
---|---|
String |
getId()
Get the identifier of the product property
|
String |
getName()
Get the name of the product property
|
String |
getSlotType() |
List<String> |
getValues()
Get the values associated with the product property
|
void |
setId(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(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(String type) |
void |
setValues(List<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 String getName()
public void setName(String name)
public String getId()
public void setId(String id)
public void setValues(List<String> values)
public String getSlotType()
public void setSlotType(String type)
Copyright © 2010–2018 Planetary Data System. All rights reserved.