Class Permission
java.lang.Object
ecmwf.common.database.DataBaseObject
ecmwf.common.database.Permission
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected StringThe ecu name.protected ECUserThe ecuser.protected StringThe ope name.protected OperationThe operation.protected intThe per validity.Fields inherited from class ecmwf.common.database.DataBaseObjectcollectionSize, TAG_ACROSS_MULTIPLE_LINES, TAG_END_OF_LINES
- 
Constructor SummaryConstructorsConstructorDescriptionInstantiates a new permission.Permission(String ecuserName, String operationName) Instantiates a new permission.
- 
Method SummaryModifier and TypeMethodDescriptionbooleanEquals.Gets the EC user.Gets the EC user name.Gets the operation.Gets the operation name.intGets the validity.inthashCode()Hash code.voidSets the EC user.voidsetECUserName(String param) Sets the EC user name.voidsetOperation(Operation param) Sets the operation.voidsetOperationName(String param) Sets the operation name.voidsetValidity(int param) Sets the validity.voidsetValidity(String param) Sets the validity.Methods inherited from class ecmwf.common.database.DataBaseObjectbigDecimalToTimestamp, clone, compare, compare, getCollectionSize, integerToInt, integerToString, setCollectionSize, strim, stringToInteger, stringToLong, stringToString, timestampToBigDecimal, toString, toString, toString, toString
- 
Field Details- 
ECU_NAMEThe ecu name.
- 
OPE_NAMEThe ope name.
- 
PER_VALIDITYprotected int PER_VALIDITYThe per validity.
- 
ecuserThe ecuser.
- 
operationThe operation.
 
- 
- 
Constructor Details- 
Permissionpublic Permission()Instantiates a new permission.
- 
Permission
 
- 
- 
Method Details- 
getECUserName
- 
setECUserNameSets the EC user name.- Parameters:
- param- the new EC user name
 
- 
getOperationName
- 
setOperationNameSets the operation name.- Parameters:
- param- the new operation name
 
- 
getValiditypublic int getValidity()Gets the validity.- Returns:
- the validity
 
- 
setValiditypublic void setValidity(int param) Sets the validity.- Parameters:
- param- the new validity
 
- 
setValidity
- 
getECUser
- 
setECUser
- 
getOperation
- 
setOperation
- 
hashCode
- 
equals
 
-