Serialized Form


Package org.apache.jetspeed.prefs.om.impl

Class org.apache.jetspeed.prefs.om.impl.NodeImpl extends Object implements Serializable

Serialized Fields

nodeId

long nodeId

parentNodeId

Long parentNodeId

nodeProperties

Collection nodeProperties

nodeKeys

Collection nodeKeys

nodeName

String nodeName

nodeType

int nodeType

fullPath

String fullPath

creationDate

Timestamp creationDate

modifiedDate

Timestamp modifiedDate

Class org.apache.jetspeed.prefs.om.impl.PropertyImpl extends Object implements Serializable

Serialized Fields

nodeId

long nodeId

propertyValueId

long propertyValueId

propertyKeyId

long propertyKeyId

propertyKey

org.apache.jetspeed.prefs.om.PropertyKey propertyKey

booleanPropertyValue

boolean booleanPropertyValue

datePropertyValue

Timestamp datePropertyValue

longPropertyValue

long longPropertyValue

doublePropertyValue

double doublePropertyValue

textPropertyValue

String textPropertyValue

creationDate

Timestamp creationDate

modifiedDate

Timestamp modifiedDate

Class org.apache.jetspeed.prefs.om.impl.PropertyKeyImpl extends Object implements Serializable

Serialized Fields

propertyKeyId

long propertyKeyId

propertyKeyType

int propertyKeyType

propertyKeyName

String propertyKeyName

creationDate

Timestamp creationDate

modifiedDate

Timestamp modifiedDate



Copyright © 1999-2005 Apache Software Foundation. All Rights Reserved.