Interface ProfileDetails


public interface ProfileDetails
Convenience gathering of a set of properties that help identify and describe a ValidationProfile.
Author:
Carl Wilson
  • Method Details

    • getName

      String getName()
      Returns:
      a human interpretable name for this ValidationProfile
    • getDescription

      String getDescription()
      Returns:
      a brief textual description of this ValidationProfile
    • getCreator

      String getCreator()
      Returns:
      a String that identifies the creator of this ValidationProfile
    • getDateCreated

      Date getDateCreated()
      Returns:
      the Date that this ValidationProfile was created