Package com.saperion.bean
Class PropertyDDCName
- java.lang.Object
-
- com.saperion.bean.PropertyDDCName
-
public class PropertyDDCName extends java.lang.Object
Represents 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.String
getDdcName()
java.lang.String
getProperty()
java.lang.String
toString()
-
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toString
in 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
-
-