org.zeroexchange.dao.importing.structure.resource
Class XProperty
java.lang.Object
org.zeroexchange.dao.importing.structure.resource.XProperty
public class XProperty
- extends Object
- Author:
- black
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XProperty
public XProperty()
getName
public String getName()
setName
public void setName(String name)
getPropertyType
public String getPropertyType()
- Returns:
- the propertyType
setPropertyType
public void setPropertyType(String propertyType)
- Parameters:
propertyType
- the propertyType to set
getDictonary
public String getDictonary()
setDictonary
public void setDictonary(String dictonary)
getTitles
public Collection<XLocalizedString> getTitles()
- Returns:
- the titles
setTitles
public void setTitles(Collection<XLocalizedString> titles)
- Parameters:
titles
- the titles to set
Copyright © 2013. All Rights Reserved.