|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.confluence.it.admin.SimpleSenInformation
public class SimpleSenInformation
Simple Sen information class, constructed with a string that should be either the real sen, "MISSING" or
null.
| Constructor Summary | |
|---|---|
SimpleSenInformation(String senProperty)
|
|
| Method Summary | |
|---|---|
String |
getSen()
Retrieves the SEN if known and present, null if not known or missing. |
boolean |
isMissing()
Returns true if the license is known to have no SEN. |
boolean |
isUnknown()
Returns true if SEN information about this license is known. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SimpleSenInformation(String senProperty)
| Method Detail |
|---|
public boolean isUnknown()
SenInformation
isUnknown in interface SenInformationpublic boolean isMissing()
SenInformation
isMissing in interface SenInformationpublic String getSen()
SenInformation
getSen in interface SenInformation
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||