org.apache.jackrabbit.core.state.orm
Class ORMPropertyState
java.lang.Object
org.apache.jackrabbit.core.state.orm.ORMPropertyState
- All Implemented Interfaces:
- Serializable
- public class ORMPropertyState
- extends Object
- implements Serializable
This class represents a property state in an ORM-compatible format.
- See Also:
- Serialized Form
ORMPropertyState
public ORMPropertyState()
ORMPropertyState
public ORMPropertyState(ItemId id)
throws ItemStateException
ORMPropertyState
public ORMPropertyState(PropertyState state)
fromPersistentPropertyState
public void fromPersistentPropertyState(PropertyState state)
throws org.apache.ojb.broker.accesslayer.conversions.ConversionException
- Throws:
org.apache.ojb.broker.accesslayer.conversions.ConversionException
setName
public void setName(String name)
setValues
public void setValues(String values)
setParentUUID
public void setParentUUID(String parentUUID)
setType
public void setType(Integer type)
setDefinitionId
public void setDefinitionId(String definitionId)
setMultiValued
public void setMultiValued(Boolean multiValued)
setItemId
public void setItemId(String itemId)
getName
public String getName()
getValues
public String getValues()
getParentUUID
public String getParentUUID()
getType
public Integer getType()
getDefinitionId
public String getDefinitionId()
getMultiValued
public Boolean getMultiValued()
getItemId
public String getItemId()
toPersistentPropertyState
public void toPersistentPropertyState(PropertyState state)
equals
public boolean equals(Object obj)
hashCode
public int hashCode()
Copyright © 2004-2005 The Apache Software Foundation. All Rights Reserved.