Package com.openkm.sdk4j.bean.form
Class RevokedRole
- java.lang.Object
-
- com.openkm.sdk4j.bean.form.RevokedPrincipal
-
- com.openkm.sdk4j.bean.form.RevokedRole
-
- All Implemented Interfaces:
Serializable
public class RevokedRole extends RevokedPrincipal
Used in form definition- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.openkm.sdk4j.bean.form.RevokedPrincipal
name
-
-
Constructor Summary
Constructors Constructor Description RevokedRole(String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringtoString()-
Methods inherited from class com.openkm.sdk4j.bean.form.RevokedPrincipal
getName, setName
-
-
-
-
Constructor Detail
-
RevokedRole
public RevokedRole(String name)
-
-
Method Detail
-
toString
public String toString()
- Overrides:
toStringin classRevokedPrincipal
-
-