org.gcube.vremanagement.vremodeler.impl.peristentobjects
Class Collection
java.lang.Object
org.gcube.vremanagement.vremodeler.impl.peristentobjects.Collection
public class Collection
- extends Object
ID_FIELDNAME
public static final String ID_FIELDNAME
- See Also:
- Constant Field Values
Collection
public Collection(String id,
String name,
String description)
getId
public String getId()
setId
public void setId(String id)
getName
public String getName()
setName
public void setName(String name)
getDescription
public String getDescription()
setDescription
public void setDescription(String description)
getVreRelation
public com.j256.ormlite.dao.ForeignCollection<VreCollectionRelation> getVreRelation()
setVreRelation
public void setVreRelation(com.j256.ormlite.dao.ForeignCollection<VreCollectionRelation> vreRelation)
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
Copyright © 2013. All Rights Reserved.