gov.nasa.pds.registry.ui.shared
Class ViewSlot

java.lang.Object
  extended by gov.nasa.pds.registry.ui.shared.ViewSlot
All Implemented Interfaces:
Serializable

public class ViewSlot
extends Object
implements Serializable

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).

Author:
jagander
See Also:
Slot, Serialized Form

Constructor 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

ViewSlot

public ViewSlot()
Method Detail

getName

public String getName()
Get the name of the product property


setName

public 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.


getId

public String getId()
Get the identifier of the product property


setId

public 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.


getValues

public List<String> getValues()
Get the values associated with the product property


setValues

public 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.


getSlotType

public String getSlotType()

setSlotType

public void setSlotType(String type)


Copyright © 2010–2014 Planetary Data System. All rights reserved.