Package com.sas.lsaf.security.user
Class LicenseType
java.lang.Object
com.sas.lsaf.security.user.LicenseType
- All Implemented Interfaces:
Serializable
Metadata representation of a license type within the system. License types are not enforced with quotas or any other
licensing restrictions. License types are currently just a means of tagging accounts to track for licensing purposes.
- Since:
- 1.2
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LicenseType
Constructor.- Parameters:
id- the unique idntifier for the license type.name- the name for the license type.description- the description for the license type.
-
-
Method Details
-
getId
Gets the unique identifier for the license type.- Returns:
- The unique identifier for the license type.
-
getName
Gets the name for the license type.- Returns:
- The name for the license type.
-
getDescription
Gets the description for the license type.- Returns:
- The description for the license type.
-
hashCode
public int hashCode() -
equals
-
toString
-