Class Note
- java.lang.Object
-
- com.priint.pubserver.metadata.xml.note.NoteImpl
-
- com.priint.pubserver.plannerapi.resource.Note
-
- All Implemented Interfaces:
Note,java.io.Serializable
public class Note extends NoteImpl implements java.io.Serializable
Class representing a note in Planner REST Service.It is a wrapper for NoteImpl class.
- See Also:
NoteImpl,PlannerApiResource, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Note()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<Link>getLinks()links of the NoteintgetStatuscode()statuscode of the any resourcejava.lang.StringgetStatusmessage()statusmessage of the any resourcevoidsetStatuscode(int statuscode)voidsetStatusmessage(java.lang.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
-
-
-
-
Method Detail
-
getStatuscode
public int getStatuscode()
statuscode of the any resource
-
setStatuscode
public void setStatuscode(int statuscode)
-
getStatusmessage
public java.lang.String getStatusmessage()
statusmessage of the any resource
-
setStatusmessage
public void setStatusmessage(java.lang.String statusmessage)
-
getLinks
public java.util.List<Link> getLinks()
links of the Note
-
-