Package com.microstrategy.web.objects
Interface WebCertifiedInfo
-
- All Known Implementing Classes:
WebCertifiedInfoImpl
public interface WebCertifiedInfoRepresents certified information of an object
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceWebCertifiedInfo.WebCertifierInfo
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetDateCertified()WebCertifiedInfo.WebCertifierInfogetWebCertifierInfo()booleanisCertified()
-
-
-
Method Detail
-
isCertified
boolean isCertified()
- Returns:
- if the object is certified
-
getDateCertified
java.lang.String getDateCertified()
- Returns:
- when the object was certified
-
getWebCertifierInfo
WebCertifiedInfo.WebCertifierInfo getWebCertifierInfo()
- Returns:
- information about the certifier
-
-