org.onebusaway.transit_data_federation.model.modifications
Class Modification

java.lang.Object
  extended by org.onebusaway.transit_data_federation.model.modifications.Modification

public class Modification
extends Object

Captures a modification to a entity with specified type and id, where the entity's specified property will be set to the specified value.

Author:
bdferris
See Also:
Modifications

Constructor Summary
Modification()
           
 
Method Summary
 String getId()
           
 String getProperty()
           
 Class<?> getType()
           
 Object getValue()
           
 void setId(String id)
           
 void setProperty(String property)
           
 void setType(Class<?> type)
           
 void setValue(Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Modification

public Modification()
Method Detail

getType

public Class<?> getType()

setType

public void setType(Class<?> type)

getId

public String getId()

setId

public void setId(String id)

getProperty

public String getProperty()

setProperty

public void setProperty(String property)

getValue

public Object getValue()

setValue

public void setValue(Object value)


Copyright © 2012 OneBusAway. All Rights Reserved.