Package com.netscape.certsrv.profile
Class ProfileDataInfo
java.lang.Object
com.netscape.certsrv.profile.ProfileDataInfo
- All Implemented Interfaces:
JSONSerializer
- Author:
- alee
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
protected Boolean
protected String
protected String
protected String
protected String
protected Boolean
Fields inherited from interface com.netscape.certsrv.util.JSONSerializer
logger
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
static ProfileDataInfo
static ProfileDataInfo
int
hashCode()
void
setProfileDescription
(String profileDescription) void
setProfileEnable
(Boolean profileEnable) void
setProfileEnableBy
(String profileEnableBy) void
setProfileId
(String profileId) void
setProfileName
(String profileName) void
setProfileURL
(String profileURL) void
setProfileVisible
(Boolean profileVisible) toXML()
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.netscape.certsrv.util.JSONSerializer
toJSON
-
Field Details
-
profileURL
-
profileId
-
profileName
-
profileDescription
-
profileVisible
-
profileEnable
-
profileEnableBy
-
-
Constructor Details
-
ProfileDataInfo
public ProfileDataInfo()
-
-
Method Details
-
getProfileURL
- Returns:
- the profileURL
-
setProfileURL
- Parameters:
profileURL
- the profileURL to set
-
setProfileId
-
getProfileId
- Returns:
- the profile ID in the profileURL
-
getProfileName
-
setProfileName
-
getProfileDescription
-
setProfileDescription
-
getProfileVisible
-
setProfileVisible
-
getProfileEnable
-
setProfileEnable
-
getProfileEnableBy
-
setProfileEnableBy
-
hashCode
public int hashCode() -
equals
-
toDOM
-
fromDOM
-
toXML
- Throws:
Exception
-
fromXML
- Throws:
Exception
-