org.portico.shared.msg
Class RTI_RequestObjectUpdate
java.lang.Object
com.lbf.commons.messaging.RequestMessage
org.portico.shared.msg.RTI_RequestMessage
org.portico.shared.msg.RTI_RequestObjectUpdate
- All Implemented Interfaces:
- Serializable
public class RTI_RequestObjectUpdate
- extends RTI_RequestMessage
Request the update of the attributes for a given object instance by the federates that own them.
- See Also:
- Serialized Form
Methods inherited from class com.lbf.commons.messaging.RequestMessage |
getIdentifier, toString |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
objectId
private int objectId
attributes
private HashSet<Integer> attributes
tag
private byte[] tag
RTI_RequestObjectUpdate
public RTI_RequestObjectUpdate()
RTI_RequestObjectUpdate
public RTI_RequestObjectUpdate(int objectId,
HashSet<Integer> attributes)
RTI_RequestObjectUpdate
public RTI_RequestObjectUpdate(int objectId,
HashSet<Integer> attributes,
byte[] tag)
getAttributes
public HashSet<Integer> getAttributes()
setAttributes
public void setAttributes(HashSet<Integer> attributes)
getObjectId
public int getObjectId()
setObjectId
public void setObjectId(int objectId)
getTag
public byte[] getTag()
setTag
public void setTag(byte[] tag)