Interface Note
-
-
Method Summary
All Methods Instance Methods Abstract 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
int getId()
Gets the id.- Returns:
- the id
-
setId
void setId(int id)
Sets the id.- Parameters:
id- the new id
-
setType
void setType(NoteType type)
Sets the type.- Parameters:
type- the new type- See Also:
NoteType
-
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
java.lang.String getCustomerStringId()
Gets the customer string id.- Returns:
- the customer string id
-
setCustomerStringId
void setCustomerStringId(java.lang.String customerStringId)
Sets the customer string id.- Parameters:
customerStringId- the new customer string id
-
getCustomerData1
java.lang.String getCustomerData1()
Gets the customer data 1.- Returns:
- the customer data 1
-
setCustomerData1
void setCustomerData1(java.lang.String customerData1)
Sets the customer data 1.- Parameters:
customerData1- the new customer data 1
-
getCustomerData2
java.lang.String getCustomerData2()
Gets the customer data 2.- Returns:
- the customer data 2
-
setCustomerData2
void setCustomerData2(java.lang.String customerData2)
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
java.lang.String getTitle()
Gets the title.- Returns:
- the title
-
setTitle
void setTitle(java.lang.String title)
Sets the title.- Parameters:
title- the new title
-
getParentUIds
ParentUIds getParentUIds()
Gets the parent U ids.- Returns:
- the parent U ids
- See Also:
ParentUIds
-
setParentUIds
void setParentUIds(ParentUIds parentUIds)
Sets the parent U ids.- Parameters:
parentUIds- the new parent U ids- See Also:
ParentUIds
-
getParentIds
ParentIds getParentIds()
Gets the parent ids.- Returns:
- the parent ids
- See Also:
ParentIds
-
setParentIds
void setParentIds(ParentIds parentIds)
Sets the parent ids.- Parameters:
parentIds- the new parent ids- See Also:
ParentIds
-
setCreated
void setCreated(Change created)
Sets the created.- Parameters:
created- the new created- See Also:
Change
-
setChanged
void setChanged(Change changed)
Sets the changed.- Parameters:
changed- the new changed- See Also:
Change
-
getResponsible
Change getResponsible()
Gets the responsible.- Returns:
- the responsible
- See Also:
Change
-
setResponsible
void setResponsible(Change responsible)
Sets the responsible.- Parameters:
responsible- the new responsible- See Also:
Change
-
getLog
java.lang.String getLog()
Gets the log.- Returns:
- the log
-
setLog
void setLog(java.lang.String log)
Sets the log.- Parameters:
log- the new log
-
setComments
void setComments(Comments comments)
Sets the comments.- Parameters:
comments- the new comments- See Also:
Comments
-
getReference
Reference getReference()
Gets the reference.- Returns:
- the reference
- See Also:
Reference
-
setReference
void setReference(Reference reference)
Sets the reference.- Parameters:
reference- the new reference- See Also:
Reference
-
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
-
-