public class ActivationKeyDto extends BaseDto
| Constructor and Description |
|---|
ActivationKeyDto() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFormattedOrgDefault()
Gets the i18ned of Yes/No if its the org default
|
java.lang.Long |
getId()
Gets the value of id
|
java.lang.String |
getNote()
Gets the value of note
|
java.lang.Long |
getSystemCount()
Gets the value of systemCount
|
java.lang.String |
getToken()
Gets the value of token
|
java.lang.Long |
getUsageLimit()
Gets the value of usageLimit
|
boolean |
isKeyDisabled()
Is the key disabled?
|
boolean |
isOrgDefault() |
void |
setId(java.lang.Long argId)
Sets the value of id
|
void |
setKeyDisabled(java.lang.Integer value)
Disable (or enable) the key
|
void |
setNote(java.lang.String argNote)
Sets the value of note
|
void |
setOrgDefault(java.lang.String argOrgDefault)
Sets the value of orgDefault
|
void |
setSystemCount(java.lang.Long argSystemCount)
Sets the value of systemCount
|
void |
setToken(java.lang.String argToken)
Sets the value of token
|
void |
setUsageLimit(java.lang.Long argUsageLimit)
Sets the value of usageLimit
|
addToSet, getSelectionKey, toStringisDisabled, isSelectable, isSelected, setDisabled, setSelectedpublic java.lang.Long getId()
getId in interface IdentifiablegetId in class BaseDtopublic void setId(java.lang.Long argId)
argId - Value to assign to this.idpublic boolean isKeyDisabled()
public void setKeyDisabled(java.lang.Integer value)
value - 1 if the key is disabledpublic java.lang.String getNote()
public void setNote(java.lang.String argNote)
argNote - Value to assign to this.notepublic java.lang.String getToken()
public void setToken(java.lang.String argToken)
argToken - Value to assign to this.tokenpublic java.lang.Long getUsageLimit()
public void setUsageLimit(java.lang.Long argUsageLimit)
argUsageLimit - Value to assign to this.usageLimitpublic java.lang.Long getSystemCount()
public void setSystemCount(java.lang.Long argSystemCount)
argSystemCount - Value to assign to this.systemCountpublic java.lang.String getFormattedOrgDefault()
public boolean isOrgDefault()
public void setOrgDefault(java.lang.String argOrgDefault)
argOrgDefault - Value to assign to this.orgDefault