|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.jomc.impl.ModelObjectImpl
net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.jomc.impl.MessageImpl
public class MessageImpl
| Field Summary | |
|---|---|
protected ArgumentsImpl |
arguments
|
protected String |
name
|
protected TextsImpl |
template
|
| Fields inherited from class net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.jomc.impl.ModelObjectImpl |
|---|
authors, createDate, documentation, modelVersion |
| Constructor Summary | |
|---|---|
MessageImpl()
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.jomc.impl.MessageImpl instance. |
|
MessageImpl(MessageImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.jomc.impl.MessageImpl instance by copying a given instance. |
|
| Method Summary | |
|---|---|
MessageImpl |
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.indexed.novalueclass.jomc.impl.ModelObjectImpl |
|---|
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 |
| Methods inherited from interface net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.jomc.ModelObject |
|---|
getAuthors, getCreateDate, getDocumentation, getModelVersion, setAuthors, setCreateDate, setDocumentation, setModelVersion |
| Field Detail |
|---|
protected TextsImpl template
protected ArgumentsImpl arguments
protected String name
| Constructor Detail |
|---|
public MessageImpl()
net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.jomc.impl.MessageImpl instance.
public MessageImpl(MessageImpl o)
net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.jomc.impl.MessageImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public Texts getTemplate()
Message
getTemplate in interface MessageTextspublic void setTemplate(Texts value)
Message
setTemplate in interface Messagevalue - allowed object is
Textspublic Arguments getArguments()
Message
getArguments in interface MessageArgumentspublic void setArguments(Arguments value)
Message
setArguments in interface Messagevalue - allowed object is
Argumentspublic String getName()
Message
getName in interface MessageStringpublic void setName(String value)
Message
setName in interface Messagevalue - allowed object is
Stringpublic MessageImpl clone()
clone in class ModelObjectImpl
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||