public class Message extends Object implements Externalizable
| Modifier and Type | Field and Description |
|---|---|
protected HugeArray<Field> |
field |
protected int |
fieldSize |
protected HugeArray<Group> |
group |
protected int |
groupSize |
protected String |
msgcat |
protected String |
msgtype |
protected String |
name |
| Constructor and Description |
|---|
Message() |
| Modifier and Type | Method and Description |
|---|---|
HugeArray<Field> |
getField() |
HugeArray<Group> |
getGroup() |
String |
getMsgcat() |
String |
getMsgtype() |
String |
getName() |
void |
readExternal(ObjectInput in) |
Message |
setFieldSize(int fieldSize) |
Message |
setGroupSize(int groupSize) |
void |
setMsgcat(String value) |
void |
setMsgtype(String value) |
void |
setName(String name) |
void |
writeExternal(ObjectOutput out) |
protected String msgcat
protected String msgtype
protected String name
protected int fieldSize
protected int groupSize
public Message setFieldSize(int fieldSize)
public Message setGroupSize(int groupSize)
public String getMsgcat()
public void setMsgcat(String value)
public String getMsgtype()
public void setMsgtype(String value)
public String getName()
public void setName(String name)
public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionCopyright © 2015. All rights reserved.