public class CreditLabel extends java.lang.Object implements LatentStateLabel
| Constructor and Description |
|---|
CreditLabel(java.lang.String strReferenceEntity)
CreditLabel constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
fullyQualifiedName()
Retrieve the Fully Qualified Name
|
boolean |
match(LatentStateLabel lslOther)
Indicate whether this Label matches the supplied.
|
java.lang.String |
referenceEntity()
Retrieve the Reference Entity
|
static CreditLabel |
Standard(java.lang.String strReferenceEntity)
Make a Standard Credit Label from the Reference Entity Name
|
public CreditLabel(java.lang.String strReferenceEntity)
throws java.lang.Exception
strReferenceEntity - The Reference Entity Namejava.lang.Exception - Thrown if the inputs are invalidpublic static final CreditLabel Standard(java.lang.String strReferenceEntity)
strReferenceEntity - The Reference Entity Namepublic java.lang.String fullyQualifiedName()
LatentStateLabelfullyQualifiedName in interface LatentStateLabelpublic boolean match(LatentStateLabel lslOther)
LatentStateLabelmatch in interface LatentStateLabellslOther - The Supplied Labelpublic java.lang.String referenceEntity()