public class BackendJobDescription extends ERPObject<BackendJobDescription>
A backend job description object contains information retrieved from the ERP system. The information is only used for short-term display purposes and is therefore not persisted to a database table.
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID
The class' serialization version id.
|
ivHashCode, ivHashFlds, ivObjAttrs
Constructor and Description |
---|
BackendJobDescription()
Constructs an
BackendControl object with all field values set to
null . |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<java.lang.String> |
getLibraries()
Returns the job description library list.
|
java.lang.String |
getLibrary()
Returns the name of the library where the job description is located.
|
java.lang.String |
getName()
Returns the name of the job description.
|
java.lang.String |
getUserId()
Returns the backend user id that determines the job description.
|
void |
setLibraries(java.util.ArrayList<java.lang.String> value)
Sets the job description library list.
|
void |
setLibrary(java.lang.String value)
Sets the name of the library where the job description is located.
|
void |
setName(java.lang.String value)
Sets the name of the job description.
|
void |
setUserId(java.lang.String value)
Sets the backend user id that determines the job description.
|
cloneMapAttributes, formatValue, formatValue, getHashFields, getMapArrayList, getMapAttributes, getMapBigDecimal, getMapBoolean, getMapDate, getMapDouble, getMapInteger, getMapLong, getMapMapped, getMapObject, getMapShort, getMapString, getMapString, getMapStringBuffer, getMapStringBuilder, getMapTime, getMapTimestamp, getMapVector, hashCode, setHashFields, setMap, setMap, setMap, setMap, setMap, setMap, setMap, setMap, setMap, setMap, setMap, setMap, setMap, setMap, setMap, setMapAttributes, setMapObject, setMapTime, setMapTimestamp, toStringArray
private static final long serialVersionUID
public BackendJobDescription()
BackendControl
object with all field values set to
null
.public java.lang.String getUserId()
public void setUserId(java.lang.String value)
value
- (String) The backend user id.public java.lang.String getName()
public void setName(java.lang.String value)
value
- (String) The job description name.public java.lang.String getLibrary()
public void setLibrary(java.lang.String value)
value
- (String) The library name.public java.util.ArrayList<java.lang.String> getLibraries()
public void setLibraries(java.util.ArrayList<java.lang.String> value)
value
- (ArrayList) The library list.