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 booleanequals(Object object)UUIDgetId()intgetModifier()Get the JavaPropertyInfo::modifierinthashCode()voidsetId(UUID theid)voidsetModifier(int newmodifier)Set the JavaPropertyInfo::modifierStringtoString()
-
-
-
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
-
-