|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.redhat.rhn.frontend.dto.BaseDto
com.redhat.rhn.frontend.dto.ActivationKeyDto
public class ActivationKeyDto
DTO for a com.redhat.rhn.domain.ActivationKey
| Field Summary |
|---|
| Fields inherited from class com.redhat.rhn.frontend.dto.BaseDto |
|---|
ONE, ZERO |
| Constructor Summary | |
|---|---|
ActivationKeyDto()
|
|
| Method Summary | |
|---|---|
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.Integer |
getSystemCount()
Gets the value of systemCount |
java.lang.String |
getToken()
Gets the value of token |
java.lang.Integer |
getUsageLimit()
Gets the value of usageLimit |
boolean |
isDisabled()
Is the key disabled? |
boolean |
isOrgDefault()
|
void |
setDisabled(java.lang.Integer value)
Disable (or enable) the key |
void |
setId(java.lang.Long argId)
Sets the value of id |
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.Integer argSystemCount)
Sets the value of systemCount |
void |
setToken(java.lang.String argToken)
Sets the value of token |
void |
setUsageLimit(java.lang.Integer argUsageLimit)
Sets the value of usageLimit |
| Methods inherited from class com.redhat.rhn.frontend.dto.BaseDto |
|---|
addToSet, getSelectionKey, isSelectable, isSelected, setSelected |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ActivationKeyDto()
| Method Detail |
|---|
public java.lang.Long getId()
getId in class BaseDtopublic void setId(java.lang.Long argId)
argId - Value to assign to this.idpublic boolean isDisabled()
public void setDisabled(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.Integer getUsageLimit()
public void setUsageLimit(java.lang.Integer argUsageLimit)
argUsageLimit - Value to assign to this.usageLimitpublic java.lang.Integer getSystemCount()
public void setSystemCount(java.lang.Integer 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
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||