Documentation ¶
Index ¶
- type CommunicationMethodLabel
- func (cml *CommunicationMethodLabel) DoValidate() message.IMessage
- func (cml *CommunicationMethodLabel) GetCaption() string
- func (cml *CommunicationMethodLabel) GetCommunicationMethodCode() string
- func (cml *CommunicationMethodLabel) GetCommunicationMethodLabelCode() string
- func (cml *CommunicationMethodLabel) GetContactSystemCode() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommunicationMethodLabel ¶
type CommunicationMethodLabel struct { modelbase.ModelBase ContactSystemCode string `mandatory:"true" max_length:"16" format:"UPPERCASE"` CommunicationMethodCode string `mandatory:"true" max_length:"16" format:"UPPERCASE"` CommunicationMethodLabelCode string `mandatory:"true" max_length:"8" format:"UPPERCASE"` Caption string `mandatory:"true" max_length:"16"` }
CommunicationMethodLabel model
func NewCommunicationMethodLabel ¶
func NewCommunicationMethodLabel() *CommunicationMethodLabel
NewCommunicationMethodLabel creates Communication Method Label
func (*CommunicationMethodLabel) DoValidate ¶
func (cml *CommunicationMethodLabel) DoValidate() message.IMessage
DoValidate validates fields
func (*CommunicationMethodLabel) GetCaption ¶
func (cml *CommunicationMethodLabel) GetCaption() string
GetCaption returns Caption
func (*CommunicationMethodLabel) GetCommunicationMethodCode ¶
func (cml *CommunicationMethodLabel) GetCommunicationMethodCode() string
GetCommunicationMethodCode returns Communication Method Code
func (*CommunicationMethodLabel) GetCommunicationMethodLabelCode ¶
func (cml *CommunicationMethodLabel) GetCommunicationMethodLabelCode() string
GetCommunicationMethodLabelCode returns Communication Method Label Code
func (*CommunicationMethodLabel) GetContactSystemCode ¶
func (cml *CommunicationMethodLabel) GetContactSystemCode() string
GetContactSystemCode returns Contact System Code
Click to show internal directories.
Click to hide internal directories.