public class GovvieLabel extends java.lang.Object implements LatentStateLabel
| 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.
|
static GovvieLabel |
Standard(java.lang.String strTreasuryCode)
Make a Standard Govvie Label from the Treasury Code
|
java.lang.String |
treasuryCode()
Retrieve the Treasury Code
|
public static final GovvieLabel Standard(java.lang.String strTreasuryCode)
strTreasuryCode - The Treasury Codepublic java.lang.String fullyQualifiedName()
LatentStateLabelfullyQualifiedName in interface LatentStateLabelpublic boolean match(LatentStateLabel lslOther)
LatentStateLabelmatch in interface LatentStateLabellslOther - The Supplied Labelpublic java.lang.String treasuryCode()