dekoh.portal.fwk.persistence
Class DIOProperty
java.lang.Object
dekoh.portal.fwk.persistence.DIOProperty
public class DIOProperty
- extends Object
A property that can be added to DigitalObject as well as to DioCollection.
- Since:
- Oct 9, 2006
FIND_BY_PROPERTY
public static final String FIND_BY_PROPERTY
- See Also:
- Constant Field Values
DIOProperty
protected DIOProperty()
DIOProperty
public DIOProperty(Map.Entry entry)
DIOProperty
public DIOProperty(String name,
String value)
getDigitalObject
public DigitalObject getDigitalObject()
setDigitalObject
public void setDigitalObject(DigitalObject digitalObject)
getId
public int getId()
getName
public String getName()
setName
public void setName(String name)
getValue
public String getValue()
setValue
public void setValue(String value)
equals
public boolean equals(Object o)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
findPropertyValues
public static List findPropertyValues(String propertyName,
DIOEntityManager em)
© 2009 Pramati Technologies - Dekoh - Portal for Developers