Package de.hybris.platform.hac.data.dto
Class LicenseData
java.lang.Object
de.hybris.platform.hac.data.dto.LicenseData
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()getName()booleanvoidvoidvoidsetSignature(String signature) voidsetUnrestricted(boolean unrestricted) Sets the unrestricted.
-
Constructor Details
-
LicenseData
public LicenseData()
-
-
Method Details
-
isUnrestricted
public boolean isUnrestricted()- Returns:
- the isUnrestricted
-
setUnrestricted
public void setUnrestricted(boolean unrestricted) Sets the unrestricted.- Parameters:
unrestricted- the new unrestricted
-
getId
- Returns:
- the id
-
setId
- Parameters:
id- the id to set
-
getName
- Returns:
- the name
-
setName
- Parameters:
name- the name to set
-
getSignature
- Returns:
- the signature
-
setSignature
- Parameters:
signature- the signature to set
-