Class PropertyTranslation

java.lang.Object
org.onebusaway.gtfs.model.translation.PropertyTranslation
All Implemented Interfaces:
Serializable

public class PropertyTranslation extends Object implements Serializable
See Also:
  • Constructor Details

    • PropertyTranslation

      public PropertyTranslation(String propertyName, Translation translation)
  • Method Details

    • getPropertyName

      public String getPropertyName()
    • setPropertyName

      public void setPropertyName(String propertyName)
    • getTranslation

      public String getTranslation()
    • setTranslation

      public void setTranslation(String translation)
    • getEntityId

      public String getEntityId()
    • setEntityId

      public void setEntityId(String entityId)
    • getEntitySubId

      public String getEntitySubId()
    • setEntitySubId

      public void setEntitySubId(String entitySubId)
    • getPropertyValue

      public String getPropertyValue()
    • setPropertyValue

      public void setPropertyValue(String propertyValue)