Package com.saperion.bean
Class PropertyDDCName
- java.lang.Object
-
- com.saperion.bean.PropertyDDCName
-
public class PropertyDDCName extends java.lang.ObjectRepresents the property name and the the its owned DDC.- Author:
- rbo
-
-
Constructor Summary
Constructors Constructor Description PropertyDDCName(java.lang.String prop, java.lang.String name)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDdcName()java.lang.StringgetProperty()java.lang.StringtoString()
-
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object- See Also:
Object.toString()
-
getDdcName
public java.lang.String getDdcName()
- Returns:
- DDC name
-
getProperty
public java.lang.String getProperty()
- Returns:
- property of the ddc table or "*" if all properties must be returned
-
-