Class NoteImpl
- java.lang.Object
-
- com.priint.pubserver.metadata.xml.note.NoteImpl
-
- All Implemented Interfaces:
Note,java.io.Serializable
- Direct Known Subclasses:
Note
public class NoteImpl extends java.lang.Object implements java.io.Serializable, Note
The type Note.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoteImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChangegetChanged()Gets the changed.CommentsgetComments()Gets the comments.ChangegetCreated()Gets the created.java.lang.StringgetCustomerData1()Gets the customer data 1.java.lang.StringgetCustomerData2()Gets the customer data 2.intgetCustomerId()Gets the customer id.intgetCustomerId2()Gets the customer id 2.intgetCustomerId3()Gets the customer id 3.java.lang.StringgetCustomerStringId()Gets the customer string id.intgetId()Gets the id.java.lang.StringgetLog()Gets the log.ParentIdsgetParentIds()Gets the parent ids.ParentUIdsgetParentUIds()Gets the parent U ids.ReferencegetReference()Gets the reference.ChangegetResponsible()Gets the responsible.intgetShowConnect()Gets the show connect.intgetShowState()Gets the show state.intgetShowTitle()Gets the show title.java.lang.StringgetTitle()Gets the title.NoteTypegetType()Gets the type.intgetVisible()Gets the visibility of this notevoidsetChanged(Change changed)Sets the changed.voidsetComments(Comments comments)Sets the comments.voidsetCreated(Change created)Sets the created.voidsetCustomerData1(java.lang.String customerData1)Sets the customer data 1.voidsetCustomerData2(java.lang.String customerData2)Sets the customer data 2.voidsetCustomerId(int customerId)Sets the customer id.voidsetCustomerId2(int customerId2)Sets the customer id 2.voidsetCustomerId3(int customerId3)Sets the customer id 3.voidsetCustomerStringId(java.lang.String customerStringId)Sets the customer string id.voidsetId(int id)Sets the id.voidsetLog(java.lang.String log)Sets the log.voidsetParentIds(ParentIds parentIds)Sets the parent ids.voidsetParentUIds(ParentUIds parentUIds)Sets the parent U ids.voidsetReference(Reference reference)Sets the reference.voidsetResponsible(Change responsible)Sets the responsible.voidsetShowConnect(int showConnect)Sets the show connect.voidsetShowState(int showState)Sets the show state.voidsetShowTitle(int showTitle)Sets the show title.voidsetTitle(java.lang.String title)Sets the title.voidsetType(NoteType type)Sets the type.voidsetVisible(int visible)Sets the visibility of this note
-
-
-
Method Detail
-
getId
public int getId()
Description copied from interface:NoteGets the id.
-
setId
public void setId(int id)
Description copied from interface:NoteSets the id.
-
getCustomerId
public int getCustomerId()
Description copied from interface:NoteGets the customer id.- Specified by:
getCustomerIdin interfaceNote- Returns:
- the customer id
-
setCustomerId
public void setCustomerId(int customerId)
Description copied from interface:NoteSets the customer id.- Specified by:
setCustomerIdin interfaceNote- Parameters:
customerId- the new customer id
-
getCustomerId2
public int getCustomerId2()
Description copied from interface:NoteGets the customer id 2.- Specified by:
getCustomerId2in interfaceNote- Returns:
- the customer id 2
-
setCustomerId2
public void setCustomerId2(int customerId2)
Description copied from interface:NoteSets the customer id 2.- Specified by:
setCustomerId2in interfaceNote- Parameters:
customerId2- the new customer id 2
-
getCustomerId3
public int getCustomerId3()
Description copied from interface:NoteGets the customer id 3.- Specified by:
getCustomerId3in interfaceNote- Returns:
- the customer id 3
-
setCustomerId3
public void setCustomerId3(int customerId3)
Description copied from interface:NoteSets the customer id 3.- Specified by:
setCustomerId3in interfaceNote- Parameters:
customerId3- the new customer id 3
-
getCustomerStringId
public java.lang.String getCustomerStringId()
Description copied from interface:NoteGets the customer string id.- Specified by:
getCustomerStringIdin interfaceNote- Returns:
- the customer string id
-
setCustomerStringId
public void setCustomerStringId(java.lang.String customerStringId)
Description copied from interface:NoteSets the customer string id.- Specified by:
setCustomerStringIdin interfaceNote- Parameters:
customerStringId- the new customer string id
-
getCustomerData1
public java.lang.String getCustomerData1()
Description copied from interface:NoteGets the customer data 1.- Specified by:
getCustomerData1in interfaceNote- Returns:
- the customer data 1
-
setCustomerData1
public void setCustomerData1(java.lang.String customerData1)
Description copied from interface:NoteSets the customer data 1.- Specified by:
setCustomerData1in interfaceNote- Parameters:
customerData1- the new customer data 1
-
getCustomerData2
public java.lang.String getCustomerData2()
Description copied from interface:NoteGets the customer data 2.- Specified by:
getCustomerData2in interfaceNote- Returns:
- the customer data 2
-
setCustomerData2
public void setCustomerData2(java.lang.String customerData2)
Description copied from interface:NoteSets the customer data 2.- Specified by:
setCustomerData2in interfaceNote- Parameters:
customerData2- the new customer data 2
-
getShowTitle
public int getShowTitle()
Description copied from interface:NoteGets the show title.- Specified by:
getShowTitlein interfaceNote- Returns:
- the show title
-
setShowTitle
public void setShowTitle(int showTitle)
Description copied from interface:NoteSets the show title.- Specified by:
setShowTitlein interfaceNote- Parameters:
showTitle- the new show title
-
getShowState
public int getShowState()
Description copied from interface:NoteGets the show state.- Specified by:
getShowStatein interfaceNote- Returns:
- the show state
-
setShowState
public void setShowState(int showState)
Description copied from interface:NoteSets the show state.- Specified by:
setShowStatein interfaceNote- Parameters:
showState- the new show state
-
getShowConnect
public int getShowConnect()
Description copied from interface:NoteGets the show connect.- Specified by:
getShowConnectin interfaceNote- Returns:
- the show connect
-
setShowConnect
public void setShowConnect(int showConnect)
Description copied from interface:NoteSets the show connect.- Specified by:
setShowConnectin interfaceNote- Parameters:
showConnect- the new show connect
-
getTitle
public java.lang.String getTitle()
Description copied from interface:NoteGets the title.
-
setTitle
public void setTitle(java.lang.String title)
Description copied from interface:NoteSets the title.
-
getParentUIds
public ParentUIds getParentUIds()
Description copied from interface:NoteGets the parent U ids.- Specified by:
getParentUIdsin interfaceNote- Returns:
- the parent U ids
- See Also:
ParentUIds
-
setParentUIds
public void setParentUIds(ParentUIds parentUIds)
Description copied from interface:NoteSets the parent U ids.- Specified by:
setParentUIdsin interfaceNote- Parameters:
parentUIds- the new parent U ids- See Also:
ParentUIds
-
getParentIds
public ParentIds getParentIds()
Description copied from interface:NoteGets the parent ids.- Specified by:
getParentIdsin interfaceNote- Returns:
- the parent ids
- See Also:
ParentIds
-
setParentIds
public void setParentIds(ParentIds parentIds)
Description copied from interface:NoteSets the parent ids.- Specified by:
setParentIdsin interfaceNote- Parameters:
parentIds- the new parent ids- See Also:
ParentIds
-
getCreated
public Change getCreated()
Description copied from interface:NoteGets the created.- Specified by:
getCreatedin interfaceNote- Returns:
- the created
- See Also:
Change
-
setCreated
public void setCreated(Change created)
Description copied from interface:NoteSets the created.- Specified by:
setCreatedin interfaceNote- Parameters:
created- the new created- See Also:
Change
-
getChanged
public Change getChanged()
Description copied from interface:NoteGets the changed.- Specified by:
getChangedin interfaceNote- Returns:
- the changed
- See Also:
Change
-
setChanged
public void setChanged(Change changed)
Description copied from interface:NoteSets the changed.- Specified by:
setChangedin interfaceNote- Parameters:
changed- the new changed- See Also:
Change
-
getResponsible
public Change getResponsible()
Description copied from interface:NoteGets the responsible.- Specified by:
getResponsiblein interfaceNote- Returns:
- the responsible
- See Also:
Change
-
setResponsible
public void setResponsible(Change responsible)
Description copied from interface:NoteSets the responsible.- Specified by:
setResponsiblein interfaceNote- Parameters:
responsible- the new responsible- See Also:
Change
-
getLog
public java.lang.String getLog()
Description copied from interface:NoteGets the log.
-
setLog
public void setLog(java.lang.String log)
Description copied from interface:NoteSets the log.
-
getComments
public Comments getComments()
Description copied from interface:NoteGets the comments.- Specified by:
getCommentsin interfaceNote- Returns:
- the comments
- See Also:
Comments
-
setComments
public void setComments(Comments comments)
Description copied from interface:NoteSets the comments.- Specified by:
setCommentsin interfaceNote- Parameters:
comments- the new comments- See Also:
Comments
-
getReference
public Reference getReference()
Description copied from interface:NoteGets the reference.- Specified by:
getReferencein interfaceNote- Returns:
- the reference
- See Also:
Reference
-
setReference
public void setReference(Reference reference)
Description copied from interface:NoteSets the reference.- Specified by:
setReferencein interfaceNote- Parameters:
reference- the new reference- See Also:
Reference
-
getVisible
public int getVisible()
Description copied from interface:NoteGets the visibility of this note- Specified by:
getVisiblein interfaceNote- Returns:
- 1 if visible, 0 otherwise
-
setVisible
public void setVisible(int visible)
Description copied from interface:NoteSets the visibility of this note- Specified by:
setVisiblein interfaceNote- Parameters:
visible- visible or not
-
-