com.redhat.rhn.domain.rhnpackage.profile
Class ProfileType

java.lang.Object
  extended by com.redhat.rhn.domain.BaseDomainHelper
      extended by com.redhat.rhn.domain.rhnpackage.profile.ProfileType

public class ProfileType
extends BaseDomainHelper

ProfileType


Constructor Summary
ProfileType()
           
 
Method Summary
 boolean equals(java.lang.Object other)
          
 java.lang.Long getId()
           
 java.lang.String getLabel()
           
 java.lang.String getName()
           
 int hashCode()
          
 void setId(java.lang.Long i)
           
 void setLabel(java.lang.String l)
           
 void setName(java.lang.String n)
           
 
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

ProfileType

public ProfileType()
Method Detail

getId

public java.lang.Long getId()
Returns:
Returns the id.

setId

public void setId(java.lang.Long i)
Parameters:
i - The id to set.

getLabel

public java.lang.String getLabel()
Returns:
Returns the label.

setLabel

public void setLabel(java.lang.String l)
Parameters:
l - The label to set.

getName

public java.lang.String getName()
Returns:
Returns the name.

setName

public void setName(java.lang.String n)
Parameters:
n - The name 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