Class AccessedProperty
- java.lang.Object
- 
- es.bsc.dataclay.util.management.classmgr.AccessedProperty
 
- 
 public final class AccessedProperty extends Object This class represents the specification for an accessed Property for Implementations.
- 
- 
Constructor SummaryConstructors Constructor Description AccessedProperty()Empty constructor used for deserialization.AccessedProperty(String accessedNamespace, String newclassName, String newname)AccessedProperty constructor
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object object)StringgetClassName()Get the AccessedProperty::classNameUUIDgetId()StringgetName()Get the AccessedProperty::nameStringgetNamespace()Get namespacePropertyIDgetPropertyID()Get the AccessedPropertySpec::propertyIDinthashCode()voidsetClassName(String newclassName)Set the AccessedProperty::classNamevoidsetId(UUID theid)voidsetName(String newname)Set the AccessedProperty::namevoidsetNamespace(String newnamespace)Set namespacevoidsetPropertyID(PropertyID newpropertyID)Set the AccessedPropertySpec::propertyIDStringtoString()
 
- 
- 
- 
Method Detail- 
getPropertyIDpublic PropertyID getPropertyID() Get the AccessedPropertySpec::propertyID- Returns:
- the propertyID
 
 - 
setPropertyIDpublic void setPropertyID(PropertyID newpropertyID) Set the AccessedPropertySpec::propertyID- Parameters:
- newpropertyID- the propertyID to set
 
 - 
getClassNamepublic String getClassName() Get the AccessedProperty::className- Returns:
- the className
 
 - 
setClassNamepublic void setClassName(String newclassName) Set the AccessedProperty::className- Parameters:
- newclassName- the className to set
 
 - 
getNamepublic String getName() Get the AccessedProperty::name- Returns:
- the name
 
 - 
setNamepublic void setName(String newname) Set the AccessedProperty::name- Parameters:
- newname- the name to set
 
 - 
getNamespacepublic String getNamespace() Get namespace- Returns:
- the namespace
 
 - 
setNamespacepublic void setNamespace(String newnamespace) Set namespace- Parameters:
- newnamespace- the namespace to set
 
 - 
getIdpublic UUID getId() - Returns:
- the id
 
 - 
setIdpublic void setId(UUID theid) - Parameters:
- theid- the id to set
 
 
- 
 
-