|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectkaos.core.csi.registration.PropertyImpl
public class PropertyImpl
$Revision: 1.13 $
Field Summary | |
---|---|
protected java.lang.String |
_description
|
protected ModificationType |
_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(OntPropertyDescription _OntPropertyDescription)
|
|
PropertyImpl(java.lang.String name,
java.lang.String description,
ModificationType modResult,
int scope,
java.io.Serializable value)
|
Method Summary | |
---|---|
java.lang.String |
getDescription()
Return the OWL description of the property to be modified. |
ModificationType |
getModificationType()
Obtain the result of the property modification. |
java.lang.String |
getName()
Obtain the property name. |
OntPropertyDescription |
getOntPropertyRep()
Return mapping to the OntPropertyDescription. |
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 |
setModificationType(ModificationType 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 ModificationType _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, ModificationType modResult, int scope, java.io.Serializable value)
public PropertyImpl(OntPropertyDescription _OntPropertyDescription)
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 setModificationType(ModificationType result)
setModificationType
in interface Property
result
- ModificationResult describing the result of modifying the property.public ModificationType getModificationType()
getModificationType
in interface Property
public void setValue(java.io.Serializable value)
setValue
in interface Property
value
- Serializable containing the new value of 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 OntPropertyDescription getOntPropertyRep()
getOntPropertyRep
in interface 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 |