Class JavaPropertyInfo
- java.lang.Object
-
- es.bsc.dataclay.util.management.classmgr.java.JavaPropertyInfo
-
- All Implemented Interfaces:
LanguageDependantPropertyInfo
public final class JavaPropertyInfo extends Object implements LanguageDependantPropertyInfo
This class represents Java dependant information for a Property.
-
-
Constructor Summary
Constructors Constructor Description JavaPropertyInfo()
Creates an empty JavaPropertyInfoJavaPropertyInfo(int newmodifier)
JavaPropertyInfo constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object object)
UUID
getId()
int
getModifier()
Get the JavaPropertyInfo::modifierint
hashCode()
void
setId(UUID theid)
void
setModifier(int newmodifier)
Set the JavaPropertyInfo::modifierString
toString()
-
-
-
Method Detail
-
getModifier
public int getModifier()
Get the JavaPropertyInfo::modifier- Returns:
- the modifier
-
setModifier
public void setModifier(int newmodifier)
Set the JavaPropertyInfo::modifier- Parameters:
newmodifier
- the modifier to set
-
getId
public UUID getId()
- Returns:
- the id
-
setId
public void setId(UUID theid)
- Parameters:
theid
- the id to set
-
-