org.mechio.impl.animation.messaging
Class PortablePlayRequest
java.lang.Object
org.mechio.impl.animation.messaging.PortablePlayRequest
- All Implemented Interfaces:
- PlayRequest
public class PortablePlayRequest
- extends java.lang.Object
- implements PlayRequest
PlayRequest which wraps a PlayRequestRecord.
- Author:
- Matthew Stevenson
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortablePlayRequest
public PortablePlayRequest(PlayRequestRecord playRec)
PortablePlayRequest
public PortablePlayRequest(PlayRequest playRequest)
PortablePlayRequest
public PortablePlayRequest(java.lang.String sourceId,
java.lang.String destId,
long curTimeMillisecUTC,
java.lang.String animName,
java.lang.String animVersionNum)
getSourceId
public java.lang.String getSourceId()
- Specified by:
getSourceId in interface PlayRequest
getDestinationId
public java.lang.String getDestinationId()
- Specified by:
getDestinationId in interface PlayRequest
getCurrentTimeMillisec
public java.lang.Long getCurrentTimeMillisec()
- Specified by:
getCurrentTimeMillisec in interface PlayRequest
getAnimationName
public java.lang.String getAnimationName()
- Specified by:
getAnimationName in interface PlayRequest
getAnimationVersionNumber
public java.lang.String getAnimationVersionNumber()
- Specified by:
getAnimationVersionNumber in interface PlayRequest
getRecord
public PlayRequestRecord getRecord()
Copyright © 2011-2014. All Rights Reserved.