org.mechio.impl.animation.messaging
Class MotionPathRecord

java.lang.Object
  extended by org.apache.avro.specific.SpecificRecordBase
      extended by org.mechio.impl.animation.messaging.MotionPathRecord
All Implemented Interfaces:
java.lang.Comparable<org.apache.avro.specific.SpecificRecord>, org.apache.avro.generic.GenericContainer, org.apache.avro.generic.IndexedRecord, org.apache.avro.specific.SpecificRecord

public class MotionPathRecord
extends org.apache.avro.specific.SpecificRecordBase
implements org.apache.avro.specific.SpecificRecord


Nested Class Summary
static class MotionPathRecord.Builder
          RecordBuilder for MotionPathRecord instances.
 
Field Summary
 java.util.List<ControlPointRecord> controlPoints
          Deprecated. 
 InterpolatorTypeRecord interpolator
          Deprecated. 
 int motionPathId
          Deprecated. 
 java.lang.String name
          Deprecated. 
static org.apache.avro.Schema SCHEMA$
           
 java.lang.Long startTime
          Deprecated. 
 java.lang.Long stopTime
          Deprecated. 
 
Constructor Summary
MotionPathRecord()
           
 
Method Summary
 java.lang.Object get(int field$)
           
 java.util.List<ControlPointRecord> getControlPoints()
          Gets the value of the 'controlPoints' field.
 InterpolatorTypeRecord getInterpolator()
          Gets the value of the 'interpolator' field.
 java.lang.Integer getMotionPathId()
          Gets the value of the 'motionPathId' field.
 java.lang.String getName()
          Gets the value of the 'name' field.
 org.apache.avro.Schema getSchema()
           
 java.lang.Long getStartTime()
          Gets the value of the 'startTime' field.
 java.lang.Long getStopTime()
          Gets the value of the 'stopTime' field.
static MotionPathRecord.Builder newBuilder()
          Creates a new MotionPathRecord RecordBuilder
static MotionPathRecord.Builder newBuilder(MotionPathRecord.Builder other)
          Creates a new MotionPathRecord RecordBuilder by copying an existing Builder
static MotionPathRecord.Builder newBuilder(MotionPathRecord other)
          Creates a new MotionPathRecord RecordBuilder by copying an existing MotionPathRecord instance
 void put(int field$, java.lang.Object value$)
           
 void setControlPoints(java.util.List<ControlPointRecord> value)
          Sets the value of the 'controlPoints' field.
 void setInterpolator(InterpolatorTypeRecord value)
          Sets the value of the 'interpolator' field.
 void setMotionPathId(java.lang.Integer value)
          Sets the value of the 'motionPathId' field.
 void setName(java.lang.String value)
          Sets the value of the 'name' field.
 void setStartTime(java.lang.Long value)
          Sets the value of the 'startTime' field.
 void setStopTime(java.lang.Long value)
          Sets the value of the 'stopTime' field.
 
Methods inherited from class org.apache.avro.specific.SpecificRecordBase
compareTo, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

SCHEMA$

public static final org.apache.avro.Schema SCHEMA$

name

@Deprecated
public java.lang.String name
Deprecated. 

motionPathId

@Deprecated
public int motionPathId
Deprecated. 

startTime

@Deprecated
public java.lang.Long startTime
Deprecated. 

stopTime

@Deprecated
public java.lang.Long stopTime
Deprecated. 

interpolator

@Deprecated
public InterpolatorTypeRecord interpolator
Deprecated. 

controlPoints

@Deprecated
public java.util.List<ControlPointRecord> controlPoints
Deprecated. 
Constructor Detail

MotionPathRecord

public MotionPathRecord()
Method Detail

getSchema

public org.apache.avro.Schema getSchema()
Specified by:
getSchema in interface org.apache.avro.generic.GenericContainer
Specified by:
getSchema in class org.apache.avro.specific.SpecificRecordBase

get

public java.lang.Object get(int field$)
Specified by:
get in interface org.apache.avro.generic.IndexedRecord
Specified by:
get in class org.apache.avro.specific.SpecificRecordBase

put

public void put(int field$,
                java.lang.Object value$)
Specified by:
put in interface org.apache.avro.generic.IndexedRecord
Specified by:
put in class org.apache.avro.specific.SpecificRecordBase

getName

public java.lang.String getName()
Gets the value of the 'name' field.


setName

public void setName(java.lang.String value)
Sets the value of the 'name' field.

Parameters:
value - the value to set.

getMotionPathId

public java.lang.Integer getMotionPathId()
Gets the value of the 'motionPathId' field.


setMotionPathId

public void setMotionPathId(java.lang.Integer value)
Sets the value of the 'motionPathId' field.

Parameters:
value - the value to set.

getStartTime

public java.lang.Long getStartTime()
Gets the value of the 'startTime' field.


setStartTime

public void setStartTime(java.lang.Long value)
Sets the value of the 'startTime' field.

Parameters:
value - the value to set.

getStopTime

public java.lang.Long getStopTime()
Gets the value of the 'stopTime' field.


setStopTime

public void setStopTime(java.lang.Long value)
Sets the value of the 'stopTime' field.

Parameters:
value - the value to set.

getInterpolator

public InterpolatorTypeRecord getInterpolator()
Gets the value of the 'interpolator' field.


setInterpolator

public void setInterpolator(InterpolatorTypeRecord value)
Sets the value of the 'interpolator' field.

Parameters:
value - the value to set.

getControlPoints

public java.util.List<ControlPointRecord> getControlPoints()
Gets the value of the 'controlPoints' field.


setControlPoints

public void setControlPoints(java.util.List<ControlPointRecord> value)
Sets the value of the 'controlPoints' field.

Parameters:
value - the value to set.

newBuilder

public static MotionPathRecord.Builder newBuilder()
Creates a new MotionPathRecord RecordBuilder


newBuilder

public static MotionPathRecord.Builder newBuilder(MotionPathRecord.Builder other)
Creates a new MotionPathRecord RecordBuilder by copying an existing Builder


newBuilder

public static MotionPathRecord.Builder newBuilder(MotionPathRecord other)
Creates a new MotionPathRecord RecordBuilder by copying an existing MotionPathRecord instance



Copyright © 2011-2014. All Rights Reserved.