Class PropertyTranslation
- java.lang.Object
-
- org.onebusaway.gtfs.model.translation.PropertyTranslation
-
- All Implemented Interfaces:
Serializable
public class PropertyTranslation extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PropertyTranslation(String propertyName, Translation translation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetEntityId()StringgetEntitySubId()StringgetPropertyName()StringgetPropertyValue()StringgetTranslation()voidsetEntityId(String entityId)voidsetEntitySubId(String entitySubId)voidsetPropertyName(String propertyName)voidsetPropertyValue(String propertyValue)voidsetTranslation(String translation)
-
-
-
Constructor Detail
-
PropertyTranslation
public PropertyTranslation(String propertyName, Translation translation)
-
-
Method Detail
-
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)
-
-