org.apache.jackrabbit.core.state.orm
Class ORMPropertyState

java.lang.Object
  extended byorg.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

Constructor Summary
ORMPropertyState()
           
ORMPropertyState(ItemId id)
           
ORMPropertyState(PropertyState state)
           
 
Method Summary
 boolean equals(Object obj)
           
 void fromPersistentPropertyState(PropertyState state)
           
 String getDefinitionId()
           
 String getItemId()
           
 Boolean getMultiValued()
           
 String getName()
           
 String getParentUUID()
           
 Integer getType()
           
 String getValues()
           
 int hashCode()
           
 void setDefinitionId(String definitionId)
           
 void setItemId(String itemId)
           
 void setMultiValued(Boolean multiValued)
           
 void setName(String name)
           
 void setParentUUID(String parentUUID)
           
 void setType(Integer type)
           
 void setValues(String values)
           
 void toPersistentPropertyState(PropertyState state)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ORMPropertyState

public ORMPropertyState()

ORMPropertyState

public ORMPropertyState(ItemId id)
                 throws ItemStateException

ORMPropertyState

public ORMPropertyState(PropertyState state)
Method Detail

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.