Class RestJoborder
java.lang.Object
de.dlr.proseo.storagemgr.rest.model.RestJoborder
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns the fsType.Returns the jobOrderStringBase64.Returns the message.Returns the pathInfo.Returns the uploaded.inthashCode()voidSet the fsType.voidsetJobOrderStringBase64(String jobOrderStringBase64) Set the jobOrderStringBase64.voidsetMessage(String message) Set the message.voidsetPathInfo(String pathInfo) Set the pathInfo.voidsetUploaded(Boolean uploaded) Set the uploaded.toString()
-
Field Details
-
serialVersionUID
static final long serialVersionUID- See Also:
-
jobOrderStringBase64
-
uploaded
-
fsType
The type of the storage -
pathInfo
-
message
-
-
Constructor Details
-
Method Details
-
getJobOrderStringBase64
Returns the jobOrderStringBase64.- Returns:
- jobOrderStringBase64
-
setJobOrderStringBase64
Set the jobOrderStringBase64.- Parameters:
jobOrderStringBase64- the new jobOrderStringBase64
-
getUploaded
Returns the uploaded.- Returns:
- uploaded
-
setUploaded
Set the uploaded.- Parameters:
uploaded- the new uploaded
-
getFsType
Returns the fsType.- Returns:
- fsType
-
setFsType
Set the fsType.- Parameters:
fsType- the new fsType
-
getPathInfo
Returns the pathInfo.- Returns:
- pathInfo
-
setPathInfo
Set the pathInfo.- Parameters:
pathInfo- the new pathInfo
-
getMessage
Returns the message.- Returns:
- message
-
setMessage
Set the message.- Parameters:
message- the new message
-
hashCode
public int hashCode() -
equals
-
toString
-