Class ProfileDataInfo
java.lang.Object
com.netscape.certsrv.profile.ProfileDataInfo
- All Implemented Interfaces:
JSONSerializer
- Author:
- alee
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Booleanprotected Stringprotected Stringprotected Stringprotected Stringprotected BooleanFields inherited from interface JSONSerializer
logger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic ProfileDataInfostatic ProfileDataInfointhashCode()voidsetProfileDescription(String profileDescription) voidsetProfileEnable(Boolean profileEnable) voidsetProfileEnableBy(String profileEnableBy) voidsetProfileId(String profileId) voidsetProfileName(String profileName) voidsetProfileURL(String profileURL) voidsetProfileVisible(Boolean profileVisible) toXML()Methods inherited from class Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface 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
-
equals
-
toDOM
-
fromDOM
-
toXML
-
fromXML
- Throws:
Exception
-