Class TransferMethod
java.lang.Object
ecmwf.common.database.DataBaseObject
ecmwf.common.database.TransferMethod
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringThe ecm name.protected ECtransModuleThe ectrans module.protected booleanThe tme active.protected StringThe tme comment.protected StringThe tme name.protected booleanThe tme resolve.protected booleanThe tme restrict.protected StringThe tme value.Fields inherited from class ecmwf.common.database.DataBaseObject
collectionSize, TAG_ACROSS_MULTIPLE_LINES, TAG_END_OF_LINES -
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new transfer method.TransferMethod(String name) Instantiates a new transfer method. -
Method Summary
Modifier and TypeMethodDescriptionbooleanEquals.booleanGets the active.Gets the comment.Gets the ectrans module.Gets the ectrans module name.getName()Gets the name.booleanGets the resolve.booleanGets the restrict.getValue()Gets the value.inthashCode()Hash code.voidsetActive(boolean param) Sets the active.voidSets the active.voidsetComment(String param) Sets the comment.voidsetECtransModule(ECtransModule param) Sets the ectrans module.voidsetECtransModuleName(String param) Sets the ectrans module name.voidSets the name.voidsetResolve(boolean param) Sets the resolve.voidsetResolve(String param) Sets the resolve.voidsetRestrict(boolean param) Sets the restrict.voidsetRestrict(String param) Sets the restrict.voidSets the value.Methods inherited from class ecmwf.common.database.DataBaseObject
bigDecimalToTimestamp, clone, compare, compare, getCollectionSize, integerToInt, integerToString, setCollectionSize, strim, stringToInteger, stringToLong, stringToString, timestampToBigDecimal, toString, toString, toString, toString
-
Field Details
-
ECM_NAME
The ecm name. -
TME_ACTIVE
protected boolean TME_ACTIVEThe tme active. -
TME_COMMENT
The tme comment. -
TME_NAME
The tme name. -
TME_RESOLVE
protected boolean TME_RESOLVEThe tme resolve. -
TME_RESTRICT
protected boolean TME_RESTRICTThe tme restrict. -
TME_VALUE
The tme value. -
ectransModule
The ectrans module.
-
-
Constructor Details
-
TransferMethod
public TransferMethod()Instantiates a new transfer method. -
TransferMethod
-
-
Method Details
-
getECtransModuleName
-
setECtransModuleName
Sets the ectrans module name.- Parameters:
param- the new ectrans module name
-
getActive
public boolean getActive()Gets the active.- Returns:
- the active
-
setActive
public void setActive(boolean param) Sets the active.- Parameters:
param- the new active
-
setActive
-
getComment
-
setComment
-
getName
-
setName
-
getResolve
public boolean getResolve()Gets the resolve.- Returns:
- the resolve
-
setResolve
public void setResolve(boolean param) Sets the resolve.- Parameters:
param- the new resolve
-
setResolve
-
getRestrict
public boolean getRestrict()Gets the restrict.- Returns:
- the restrict
-
setRestrict
public void setRestrict(boolean param) Sets the restrict.- Parameters:
param- the new restrict
-
setRestrict
-
getValue
-
setValue
-
getECtransModule
-
setECtransModule
Sets the ectrans module.- Parameters:
param- the new ectrans module
-
hashCode
-
equals
-