gov.nasa.pds.registry.model
Class Slot
java.lang.Object
gov.nasa.pds.registry.model.Slot
- All Implemented Interfaces:
- Serializable
@Entity
public class Slot
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Slot
public Slot()
Slot
public Slot(String name,
List<String> values)
getId
public long getId()
setId
public void setId(long id)
getName
public String getName()
setName
public void setName(String name)
getSlotType
public String getSlotType()
setSlotType
public void setSlotType(String slotType)
getValues
public List<String> getValues()
setValues
public void setValues(List<String> values)
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
Copyright © 2010-2011 Planetary Data System. All Rights Reserved.