|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.dna.graph.session.GraphSession.PropertyInfo<PropertyPayload>
public static final class GraphSession.PropertyInfo<PropertyPayload>
Constructor Summary | |
---|---|
GraphSession.PropertyInfo(Property property,
boolean multiValued,
GraphSession.Status status,
PropertyPayload payload)
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
Name |
getName()
Get the name of the property. |
PropertyPayload |
getPayload()
Get the payload for this property. |
Property |
getProperty()
Get the Graph API property object containing the values. |
GraphSession.Status |
getStatus()
Get the status of this property. |
int |
hashCode()
|
boolean |
isModified()
Determine whether this property has been modified since it was last saved. |
boolean |
isMultiValued()
Determine whether this property has multiple values |
boolean |
isNew()
Determine whether this property has been created since the last save. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public GraphSession.PropertyInfo(Property property, boolean multiValued, GraphSession.Status status, PropertyPayload payload)
Method Detail |
---|
public GraphSession.Status getStatus()
public boolean isModified()
status
is changed
public boolean isNew()
status
is new
public Name getName()
public Property getProperty()
public PropertyPayload getPayload()
public boolean isMultiValued()
public int hashCode()
hashCode
in class Object
Object.hashCode()
public boolean equals(Object obj)
equals
in class Object
Object.equals(java.lang.Object)
public String toString()
toString
in class Object
Object.toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |