|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.pds.registry.ui.shared.ViewRegistryObject
gov.nasa.pds.registry.ui.shared.ViewProduct
public class ViewProduct
The display container for a product. Necessary to be able to use an object representation of Product on the client side of GWT (with a minimum of overhead).
gov.nasa.pds.registry.model.Product
Constructor Summary | |
---|---|
ViewProduct()
|
Method Summary | |
---|---|
String |
getGuid()
Get the globally unique identifier |
String |
getHome()
Get source url for product |
List<ViewSlot> |
getSlots()
Get the arbitrary property name value pairs |
void |
setGuid(String guid)
Set the globally unique identifier, should only be used when transforming an actual Product instance into a ViewProduct or in tests. |
void |
setHome(String home)
Set the home attribute, should only be used when transforming an actual Product instance into a ViewProduct or in tests. |
void |
setSlots(List<ViewSlot> slots)
Set the arbitrary property name value pairs, should only be used when transforming an actual Product instance into a ViewProduct or in tests. |
Methods inherited from class gov.nasa.pds.registry.ui.shared.ViewRegistryObject |
---|
getDescription, getLid, getName, getObjectType, getStatus, getVersionId, getVersionName, setDescription, setLid, setName, setObjectType, setStatus, setVersionId, setVersionName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ViewProduct()
Method Detail |
---|
public String getHome()
public void setHome(String home)
public String getGuid()
public void setGuid(String guid)
public List<ViewSlot> getSlots()
public void setSlots(List<ViewSlot> slots)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |