|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.sas.dataselectors.memberproperties.MemberPropertyItem
public class MemberPropertyItem
Encapsulates information about Fractional Data Items.
Constructor Summary | |
---|---|
MemberPropertyItem()
Default constructor. |
Method Summary | |
---|---|
boolean |
equals(MemberPropertyItem memberPropertyItem)
Returns a boolean indicating whether the specified MemberPropertyItem is equivalent to this object. |
java.lang.String |
getPropertyName()
Returns the name of the member property. |
java.lang.String |
getUniqueDimensionName()
Returns the uniqueDimensionName that identifies the Dimension to which the member property belongs. |
java.lang.String |
getUniqueLevelName()
Returns the uniqueLevelName that identifies the Level to which the member property belongs. |
void |
setPropertyName(java.lang.String propertyName)
Sets the name of the member property. |
void |
setUniqueDimensionName(java.lang.String uniqueDimensionName)
Sets the uniqueDimensionName that identifies the Dimension to which the member property belongs. |
void |
setUniqueLevelName(java.lang.String uniqueLevelName)
Sets the uniqueLevelName that identifies the Level to which the member property belongs. |
Constructor Detail |
---|
public MemberPropertyItem()
Method Detail |
---|
public void setUniqueDimensionName(java.lang.String uniqueDimensionName)
uniqueDimensionName
- the uniqueDimensionName that identifies the
Dimension to which the member property belongs.public java.lang.String getUniqueDimensionName()
public void setUniqueLevelName(java.lang.String uniqueLevelName)
uniqueLevelName
- the uniqueLevelName that identifies the
Level to which the member property belongs.public java.lang.String getUniqueLevelName()
public void setPropertyName(java.lang.String propertyName)
propertyName
- the name of the member property.public java.lang.String getPropertyName()
public boolean equals(MemberPropertyItem memberPropertyItem)
The specified MemberPropertyItem is not equivalent to this object if:
memberPropertyItem
- the MemberPropertyItem to compare against
this object for equivalency.
|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |