Class ProfileDataInfo
java.lang.Object
com.netscape.certsrv.profile.ProfileDataInfo
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic ProfileDataInfostatic ProfileDataInfointhashCode()voidsetProfileDescription(String profileDescription) voidsetProfileId(String profileId) voidsetProfileName(String profileName) voidsetProfileURL(String profileURL) toXML()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.netscape.certsrv.util.JSONSerializer
toJSON
-
Field Details
-
profileURL
-
profileId
-
profileName
-
profileDescription
-
-
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
-
hashCode
-
equals
-
toDOM
-
fromDOM
-
toXML
-
fromXML
- Throws:
Exception
-