|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.pds.registry.ui.shared.ViewSlot
public class ViewSlot
The display container for product slots. Necessary to be able to use an object representation of Slot on the client side of GWT (with a minimum of overhead).
Slot
,
Serialized FormConstructor Summary | |
---|---|
ViewSlot()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ViewSlot()
Method Detail |
---|
public String getName()
public void setName(String name)
public String getId()
public void setId(String id)
public List<String> getValues()
public void setValues(List<String> values)
public String getSlotType()
public void setSlotType(String type)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |