Interface Note
- All Superinterfaces:
Serializable
The Interface Note.
-
Method Summary
Modifier and TypeMethodDescriptionGets the changed.Gets the comments.Gets the created.Gets the customer data 1.Gets the customer data 2.intGets the customer id.intGets the customer id 2.intGets the customer id 3.Gets the customer string id.intgetId()Gets the id.getLog()Gets the log.Gets the parent ids.Gets the parent U ids.Gets the reference.Gets the responsible.intGets the show connect.intGets the show state.intGets the show title.getTitle()Gets the title.getType()Gets the type.intGets the visibility of this notevoidsetChanged(Change changed) Sets the changed.voidsetComments(Comments comments) Sets the comments.voidsetCreated(Change created) Sets the created.voidsetCustomerData1(String customerData1) Sets the customer data 1.voidsetCustomerData2(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(String customerStringId) Sets the customer string id.voidsetId(int id) Sets the id.voidSets 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.voidSets the title.voidSets the type.voidsetVisible(int visible) Sets the visibility of this note
-
Method Details
-
getId
int getId()Gets the id.- Returns:
- the id
-
setId
void setId(int id) Sets the id.- Parameters:
id- the new id
-
getType
NoteType getType()Gets the type.- Returns:
- the type
- See Also:
-
setType
Sets the type.- Parameters:
type- the new type- See Also:
-
getCustomerId
int getCustomerId()Gets the customer id.- Returns:
- the customer id
-
setCustomerId
void setCustomerId(int customerId) Sets the customer id.- Parameters:
customerId- the new customer id
-
getCustomerId2
int getCustomerId2()Gets the customer id 2.- Returns:
- the customer id 2
-
setCustomerId2
void setCustomerId2(int customerId2) Sets the customer id 2.- Parameters:
customerId2- the new customer id 2
-
getCustomerId3
int getCustomerId3()Gets the customer id 3.- Returns:
- the customer id 3
-
setCustomerId3
void setCustomerId3(int customerId3) Sets the customer id 3.- Parameters:
customerId3- the new customer id 3
-
getCustomerStringId
String getCustomerStringId()Gets the customer string id.- Returns:
- the customer string id
-
setCustomerStringId
Sets the customer string id.- Parameters:
customerStringId- the new customer string id
-
getCustomerData1
String getCustomerData1()Gets the customer data 1.- Returns:
- the customer data 1
-
setCustomerData1
Sets the customer data 1.- Parameters:
customerData1- the new customer data 1
-
getCustomerData2
String getCustomerData2()Gets the customer data 2.- Returns:
- the customer data 2
-
setCustomerData2
Sets the customer data 2.- Parameters:
customerData2- the new customer data 2
-
getShowTitle
int getShowTitle()Gets the show title.- Returns:
- the show title
-
setShowTitle
void setShowTitle(int showTitle) Sets the show title.- Parameters:
showTitle- the new show title
-
getShowState
int getShowState()Gets the show state.- Returns:
- the show state
-
setShowState
void setShowState(int showState) Sets the show state.- Parameters:
showState- the new show state
-
getShowConnect
int getShowConnect()Gets the show connect.- Returns:
- the show connect
-
setShowConnect
void setShowConnect(int showConnect) Sets the show connect.- Parameters:
showConnect- the new show connect
-
getTitle
String getTitle()Gets the title.- Returns:
- the title
-
setTitle
Sets the title.- Parameters:
title- the new title
-
getParentUIds
ParentUIds getParentUIds()Gets the parent U ids.- Returns:
- the parent U ids
- See Also:
-
setParentUIds
Sets the parent U ids.- Parameters:
parentUIds- the new parent U ids- See Also:
-
getParentIds
ParentIds getParentIds()Gets the parent ids.- Returns:
- the parent ids
- See Also:
-
setParentIds
Sets the parent ids.- Parameters:
parentIds- the new parent ids- See Also:
-
getCreated
Change getCreated()Gets the created.- Returns:
- the created
- See Also:
-
setCreated
Sets the created.- Parameters:
created- the new created- See Also:
-
getChanged
Change getChanged()Gets the changed.- Returns:
- the changed
- See Also:
-
setChanged
Sets the changed.- Parameters:
changed- the new changed- See Also:
-
getResponsible
Change getResponsible()Gets the responsible.- Returns:
- the responsible
- See Also:
-
setResponsible
Sets the responsible.- Parameters:
responsible- the new responsible- See Also:
-
getLog
String getLog()Gets the log.- Returns:
- the log
-
setLog
Sets the log.- Parameters:
log- the new log
-
getComments
Comments getComments()Gets the comments.- Returns:
- the comments
- See Also:
-
setComments
Sets the comments.- Parameters:
comments- the new comments- See Also:
-
getReference
Reference getReference()Gets the reference.- Returns:
- the reference
- See Also:
-
setReference
Sets the reference.- Parameters:
reference- the new reference- See Also:
-
setVisible
void setVisible(int visible) Sets the visibility of this note- Parameters:
visible- visible or not
-
getVisible
int getVisible()Gets the visibility of this note- Returns:
- 1 if visible, 0 otherwise
-