|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.sas.dataselectors.calculations.percent.FractionalItemInfo
public class FractionalItemInfo
Encapsulates information about Fractional Data Items.
Constructor Summary | |
---|---|
FractionalItemInfo()
Default constructor. |
Method Summary | |
---|---|
boolean |
equals(FractionalItemInfo itemInfo)
Returns a boolean indicating whether the specified FractionalItemInfo is equivalent to this FractionalItemInfo. |
java.lang.String |
getDenominatorId()
Returns the unique identifier of the item's denominator. |
java.lang.String |
getDenominatorLabel()
Returns the label of the item's denominator. |
int |
getDenominatorType()
Returns the type of denominator. |
java.lang.String |
getId()
Return the unique identifier for the item. |
java.lang.String |
getLabel()
Returns the label of the item. |
java.lang.String |
getNumeratorId()
Returns the unique identifier of the item's numerator. |
java.lang.String |
getNumeratorLabel()
Returns the label of the item's numerator. |
void |
setDenominatorId(java.lang.String denominatorId)
Sets the unique identifier of the item's denominator. |
void |
setDenominatorLabel(java.lang.String denominatorLabel)
Sets the label of the item's denominator. |
void |
setDenominatorType(int denominatorType)
Sets the type of denominator. |
void |
setId(java.lang.String id)
Sets the unique identifier for the item. |
void |
setLabel(java.lang.String label)
Sets the label of the item. |
void |
setNumeratorId(java.lang.String numeratorId)
Sets the unique identifier of the item's numerator. |
void |
setNumeratorLabel(java.lang.String numeratorLabel)
Sets the label of the item's numerator. |
Constructor Detail |
---|
public FractionalItemInfo()
Method Detail |
---|
public void setId(java.lang.String id)
id
- the unique identifier.public java.lang.String getId()
public void setNumeratorId(java.lang.String numeratorId)
id
- the unique identifier.public java.lang.String getNumeratorId()
public void setDenominatorId(java.lang.String denominatorId)
Only applicable when the denominator is a single item instead of one of the aggregate types.
id
- the unique identifier.public java.lang.String getDenominatorId()
Only applicable when the denominator is a single item instead of one of the aggregate types.
public void setDenominatorType(int denominatorType)
Sets the type of denominator.
Only applicable when the denominator is an aggregate type instead of a single item.
denominatorType
- the denominator's type.public int getDenominatorType()
Returns the type of denominator.
Only applicable when the denominator is an aggregate type instead of a single item.
public void setLabel(java.lang.String label)
Sets the label of the item.
label
- the item's label.public java.lang.String getLabel()
Returns the label of the item.
public void setNumeratorLabel(java.lang.String numeratorLabel)
Sets the label of the item's numerator.
label
- the item's numerator label.public java.lang.String getNumeratorLabel()
Returns the label of the item's numerator.
public void setDenominatorLabel(java.lang.String denominatorLabel)
Sets the label of the item's denominator.
label
- the item's denominator label.public java.lang.String getDenominatorLabel()
Returns the label of the item's denominator.
public boolean equals(FractionalItemInfo itemInfo)
Returns a boolean indicating whether the specified FractionalItemInfo is equivalent to this FractionalItemInfo.
The specified FractionalItemInfo is not equivalent to this FractionalItemInfo when:
itemInfo
- the FractionalItemInfo object to compare to this FractionalItemInfo.
|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |