com.redhat.rhn.domain.action
Class ActionArchType

java.lang.Object
  extended by com.redhat.rhn.domain.BaseDomainHelper
      extended by com.redhat.rhn.domain.action.ActionArchType
All Implemented Interfaces:
java.io.Serializable

public class ActionArchType
extends BaseDomainHelper
implements java.io.Serializable

ActionType

See Also:
Serialized Form

Constructor Summary
ActionArchType()
           
 
Method Summary
 boolean equals(java.lang.Object other)
          
 java.lang.String getActionStyle()
          Getter for actionStyle
 ActionType getActionType()
           
 java.lang.Long getArchTypeId()
          Getter for archTypeId
 int hashCode()
          
 void setActionStyle(java.lang.String actionStyleIn)
          Setter for actionStyle
 void setActionType(ActionType actionTypeIn)
           
 void setArchTypeId(java.lang.Long archTypeIdIn)
          Setter for archTypeId
 
Methods inherited from class com.redhat.rhn.domain.BaseDomainHelper
getCreated, getModified, setCreated, setModified
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionArchType

public ActionArchType()
Method Detail

getArchTypeId

public java.lang.Long getArchTypeId()
Getter for archTypeId

Returns:
Long to get

setArchTypeId

public void setArchTypeId(java.lang.Long archTypeIdIn)
Setter for archTypeId

Parameters:
archTypeIdIn - to set

getActionStyle

public java.lang.String getActionStyle()
Getter for actionStyle

Returns:
String to get

setActionStyle

public void setActionStyle(java.lang.String actionStyleIn)
Setter for actionStyle

Parameters:
actionStyleIn - to set

getActionType

public ActionType getActionType()
Returns:
Returns the actionType.

setActionType

public void setActionType(ActionType actionTypeIn)
Parameters:
actionTypeIn - The actionType to set.

equals

public boolean equals(java.lang.Object other)

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()

Overrides:
hashCode in class java.lang.Object