org.robokind.impl.animation.messaging
Class PortablePlayRequest

java.lang.Object
  extended by org.robokind.impl.animation.messaging.PortablePlayRequest
All Implemented Interfaces:
PlayRequest

public class PortablePlayRequest
extends Object
implements PlayRequest

PlayRequest which wraps a PlayRequestRecord.

Author:
Matthew Stevenson

Constructor Summary
PortablePlayRequest(PlayRequest playRequest)
           
PortablePlayRequest(PlayRequestRecord playRec)
           
PortablePlayRequest(String sourceId, String destId, long curTimeMillisecUTC, String animName, String animVersionNum)
           
 
Method Summary
 String getAnimationName()
           
 String getAnimationVersionNumber()
           
 String getDestinationId()
           
 PlayRequestRecord getPlayRequestRecord()
           
 String getSourceId()
           
 long getTimestampMillisecUTC()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortablePlayRequest

public PortablePlayRequest(PlayRequestRecord playRec)

PortablePlayRequest

public PortablePlayRequest(PlayRequest playRequest)

PortablePlayRequest

public PortablePlayRequest(String sourceId,
                           String destId,
                           long curTimeMillisecUTC,
                           String animName,
                           String animVersionNum)
Method Detail

getSourceId

public String getSourceId()
Specified by:
getSourceId in interface PlayRequest

getDestinationId

public String getDestinationId()
Specified by:
getDestinationId in interface PlayRequest

getTimestampMillisecUTC

public long getTimestampMillisecUTC()
Specified by:
getTimestampMillisecUTC in interface PlayRequest

getAnimationName

public String getAnimationName()
Specified by:
getAnimationName in interface PlayRequest

getAnimationVersionNumber

public String getAnimationVersionNumber()
Specified by:
getAnimationVersionNumber in interface PlayRequest

getPlayRequestRecord

public PlayRequestRecord getPlayRequestRecord()


Copyright © 2011-2012. All Rights Reserved.