Class ProfileDataInfo

java.lang.Object
com.netscape.certsrv.profile.ProfileDataInfo
All Implemented Interfaces:
JSONSerializer

public class ProfileDataInfo extends Object implements JSONSerializer
Author:
alee
  • Field Details

    • profileURL

      protected String profileURL
    • profileId

      protected String profileId
    • profileName

      protected String profileName
    • profileDescription

      protected String profileDescription
  • Constructor Details

    • ProfileDataInfo

      public ProfileDataInfo()
  • Method Details

    • getProfileURL

      public String getProfileURL()
      Returns:
      the profileURL
    • setProfileURL

      public void setProfileURL(String profileURL)
      Parameters:
      profileURL - the profileURL to set
    • setProfileId

      public void setProfileId(String profileId)
    • getProfileId

      public String getProfileId()
      Returns:
      the profile ID in the profileURL
    • getProfileName

      public String getProfileName()
    • setProfileName

      public void setProfileName(String profileName)
    • getProfileDescription

      public String getProfileDescription()
    • setProfileDescription

      public void setProfileDescription(String profileDescription)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toDOM

      public Element toDOM(Document document)
    • fromDOM

      public static ProfileDataInfo fromDOM(Element profileDataInfoElement)
    • toXML

      public String toXML() throws Exception
      Throws:
      Exception
    • fromXML

      public static ProfileDataInfo fromXML(String xml) throws Exception
      Throws:
      Exception