org.onebusaway.transit_data_federation.model.modifications
Class Modification
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Modification
public Modification()
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.