Class JavaOperationInfo
- java.lang.Object
-
- es.bsc.dataclay.util.management.classmgr.java.JavaOperationInfo
-
- All Implemented Interfaces:
LanguageDependantOperationInfo
public final class JavaOperationInfo extends Object implements LanguageDependantOperationInfo
This class represents Java dependant information for an Operation.
-
-
Constructor Summary
Constructors Constructor Description JavaOperationInfo()
Creates an empty JavaOperationInfoJavaOperationInfo(int newmodifier)
JavaOperationInfo constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UUID
getId()
int
getModifier()
Get the JavaOperationInfo::modifiervoid
setId(UUID theid)
void
setModifier(int newmodifier)
Set the JavaOperationInfo::modifier
-
-
-
Method Detail
-
getModifier
public int getModifier()
Get the JavaOperationInfo::modifier- Returns:
- the modifier
-
setModifier
public void setModifier(int newmodifier)
Set the JavaOperationInfo::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
-
-