Class Note
java.lang.Object
com.priint.pubserver.metadata.xml.note.NoteImpl
com.priint.pubserver.plannerapi.resource.Note
- All Implemented Interfaces:
Note,Serializable
Class representing a note in Planner REST Service.
It is a wrapper for NoteImpl class.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetLinks()links of the Noteintstatuscode of the any resourcestatusmessage of the any resourcevoidsetStatuscode(int statuscode) voidsetStatusmessage(String statusmessage) Methods inherited from class com.priint.pubserver.metadata.xml.note.NoteImpl
getChanged, getComments, getCreated, getCustomerData1, getCustomerData2, getCustomerId, getCustomerId2, getCustomerId3, getCustomerStringId, getId, getLog, getParentIds, getParentUIds, getReference, getResponsible, getShowConnect, getShowState, getShowTitle, getTitle, getType, getVisible, setChanged, setComments, setCreated, setCustomerData1, setCustomerData2, setCustomerId, setCustomerId2, setCustomerId3, setCustomerStringId, setId, setLog, setParentIds, setParentUIds, setReference, setResponsible, setShowConnect, setShowState, setShowTitle, setTitle, setType, setVisible
-
Constructor Details
-
Note
public Note()
-
-
Method Details
-
getStatuscode
public int getStatuscode()statuscode of the any resource -
setStatuscode
public void setStatuscode(int statuscode) -
getStatusmessage
statusmessage of the any resource -
setStatusmessage
-
getLinks
links of the Note
-