|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pkg.collections.valueclass.jomc.ModelObject
net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.jomc.Message
public class Message
Message meta-data.
A message consists of the properties name, template and
arguments. Property name holds a name uniquely identifying the
message in a list of messages. Property template holds the template of
the message. Property arguments holds meta-data describing arguments to
format the message with.
| Field Summary | |
|---|---|
protected Arguments |
arguments
|
protected String |
name
|
protected Texts |
template
|
| Fields inherited from class net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.jomc.ModelObject |
|---|
authors, createDate, documentation, modelVersion |
| Constructor Summary | |
|---|---|
Message()
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.jomc.Message instance. |
|
Message(Message o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.jomc.Message instance by copying a given instance. |
|
| Method Summary | |
|---|---|
Message |
clone()
Creates and returns a copy of this object. |
Arguments |
getArguments()
The arguments of this message. |
String |
getName()
The name of this message. |
Texts |
getTemplate()
The template of this message. |
void |
setArguments(Arguments value)
Sets the value of the arguments property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setTemplate(Texts value)
Sets the value of the template property. |
| Methods inherited from class net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.jomc.ModelObject |
|---|
getAuthors, getCreateDate, getDocumentation, getModelVersion, setAuthors, setCreateDate, setDocumentation, setModelVersion |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Texts template
protected Arguments arguments
protected String name
| Constructor Detail |
|---|
public Message()
net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.jomc.Message instance.
public Message(Message o)
net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.jomc.Message instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public Texts getTemplate()
Textspublic void setTemplate(Texts value)
value - allowed object is
Textspublic Arguments getArguments()
Argumentspublic void setArguments(Arguments value)
value - allowed object is
Argumentspublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic Message clone()
clone in class ModelObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||