|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Property
Specifies operations used to update entity properties. In addition to the property name, value, description and modification type, operations include also accessing modification result.
Method Summary | |
---|---|
java.lang.String |
getDescription()
Return the OWL description of the property to be modified. |
ModificationResult |
getModificationResult()
Obtain the result of the property modification. |
java.lang.String |
getName()
Obtain the property name. |
java.io.Serializable |
getPropertyObject()
Return a Serializable, encapsulating a property, which this Property represents. |
int |
getScope()
Obtain the scope of the modification: 0 = PUBLIC scope indicates updates to the Directory Service 1 = PRIVATE scope indicates local updates only |
java.lang.String |
getSequenceId()
Obtain the unique sequence id of this property. |
java.io.Serializable |
getValue()
Obtain the new value of the property. |
void |
setDescription(java.lang.String desc)
Set the OWL description of the property to be modified. |
void |
setModificationResult(ModificationResult result)
Set the result of the property modification. |
void |
setName(java.lang.String name)
Set the property name. |
void |
setPropertyObject(java.io.Serializable property)
Set the given Serializable property, which this Property represents. |
void |
setScope(int scope)
Set the scope of the modification: 0 = PUBLIC scope indicates updates to the Directory Service 1 = PRIVATE scope indicates local updates only |
void |
setValue(java.io.Serializable value)
Set the new value of the property. |
Method Detail |
---|
void setName(java.lang.String name)
name
- String containing the name of the property.java.lang.String getName()
void setModificationResult(ModificationResult result)
result
- ModificationResult describing the result of modifying the property.ModificationResult getModificationResult()
void setValue(java.io.Serializable value)
value
- Serializable containing the new valueof the property.java.io.Serializable getValue()
void setDescription(java.lang.String desc)
desc
- String containing the OWL description of the property to be modified.java.lang.String getDescription()
void setScope(int scope)
scope
- int specifying the scope of the property update.int getScope()
java.lang.String getSequenceId()
java.io.Serializable getPropertyObject()
void setPropertyObject(java.io.Serializable property)
property
- Serializable encapsulating a property.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |