|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object kaos.core.csi.registration.PropertyImpl
public class PropertyImpl
$Revision: 1.7 $
Field Summary | |
---|---|
protected java.lang.String |
_description
|
protected ModificationResult |
_modResult
|
protected java.lang.String |
_name
|
protected java.io.Serializable |
_propertyObj
|
protected int |
_scope
|
protected java.io.Serializable |
_value
|
Constructor Summary | |
---|---|
PropertyImpl()
Specifies operations used to update entity properties. |
|
PropertyImpl(java.lang.String name,
java.lang.String description,
ModificationResult modResult,
int scope,
java.io.Serializable value)
|
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. |
java.lang.String |
toString()
A utility method to create a String representation of the Property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected java.lang.String _name
protected java.lang.String _description
protected ModificationResult _modResult
protected int _scope
protected java.io.Serializable _value
protected java.io.Serializable _propertyObj
Constructor Detail |
---|
public PropertyImpl()
public PropertyImpl(java.lang.String name, java.lang.String description, ModificationResult modResult, int scope, java.io.Serializable value)
Method Detail |
---|
public void setName(java.lang.String name)
setName
in interface Property
name
- String containing the name of the property.public java.lang.String getName()
getName
in interface Property
public void setModificationResult(ModificationResult result)
setModificationResult
in interface Property
result
- ModificationResult describing the result of modifying the property.public ModificationResult getModificationResult()
getModificationResult
in interface Property
public void setValue(java.io.Serializable value)
setValue
in interface Property
value
- Serializable containing the new valueof the property.public java.io.Serializable getValue()
getValue
in interface Property
public void setDescription(java.lang.String desc)
setDescription
in interface Property
desc
- String containing the OWL description of the property to be modified.public java.lang.String getDescription()
getDescription
in interface Property
public void setScope(int scope)
setScope
in interface Property
scope
- int specifying the scope of the property update.public int getScope()
getScope
in interface Property
public java.lang.String getSequenceId()
getSequenceId
in interface Property
public java.io.Serializable getPropertyObject()
getPropertyObject
in interface Property
public void setPropertyObject(java.io.Serializable property)
setPropertyObject
in interface Property
property
- Serializable encapsulating a property.public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |