Package com.netscape.certsrv.tps.profile
Class ProfileData
java.lang.Object
com.netscape.certsrv.tps.profile.ProfileData
- All Implemented Interfaces:
JSONSerializer
- Author:
- Endi S. Dewata
-
Field Summary
Fields inherited from interface com.netscape.certsrv.util.JSONSerializer
logger
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getID()
int
hashCode()
void
void
setProfileID
(String profileID) void
setProperties
(Map<String, String> properties) void
toString()
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.netscape.certsrv.util.JSONSerializer
toJSON
-
Constructor Details
-
ProfileData
public ProfileData()
-
-
Method Details