Class TransferMethod
java.lang.Object
ecmwf.common.database.DataBaseObject
ecmwf.common.database.TransferMethod
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
The ecm name.protected ECtransModule
The ectrans module.protected boolean
The tme active.protected String
The tme comment.protected String
The tme name.protected boolean
The tme resolve.protected boolean
The tme restrict.protected String
The 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 TypeMethodDescriptionboolean
Equals.boolean
Gets the active.Gets the comment.Gets the ectrans module.Gets the ectrans module name.getName()
Gets the name.boolean
Gets the resolve.boolean
Gets the restrict.getValue()
Gets the value.int
hashCode()
Hash code.void
setActive
(boolean param) Sets the active.void
Sets the active.void
setComment
(String param) Sets the comment.void
setECtransModule
(ECtransModule param) Sets the ectrans module.void
setECtransModuleName
(String param) Sets the ectrans module name.void
Sets the name.void
setResolve
(boolean param) Sets the resolve.void
setResolve
(String param) Sets the resolve.void
setRestrict
(boolean param) Sets the restrict.void
setRestrict
(String param) Sets the restrict.void
Sets 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
-