org.zeroexchange.dao.importing.structure.resource
Class XProperty

java.lang.Object
  extended by org.zeroexchange.dao.importing.structure.resource.XProperty

public class XProperty
extends Object

Author:
black

Constructor Summary
XProperty()
           
 
Method Summary
 String getDictonary()
           
 String getName()
           
 String getPropertyType()
           
 Collection<XLocalizedString> getTitles()
           
 void setDictonary(String dictonary)
           
 void setName(String name)
           
 void setPropertyType(String propertyType)
           
 void setTitles(Collection<XLocalizedString> titles)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XProperty

public XProperty()
Method Detail

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.