com.redhat.rhn.domain.errata.impl
Class PublishedBug

java.lang.Object
  extended by com.redhat.rhn.domain.BaseDomainHelper
      extended by com.redhat.rhn.domain.errata.impl.PublishedBug
All Implemented Interfaces:
Bug, java.io.Serializable
Direct Known Subclasses:
UnpublishedBug

public class PublishedBug
extends BaseDomainHelper
implements Bug, java.io.Serializable

Bug

See Also:
Serialized Form

Constructor Summary
PublishedBug()
           
 
Method Summary
 boolean equals(java.lang.Object other)
          
 Errata getErrata()
          
 java.lang.Long getId()
           
 java.lang.String getSummary()
           
 int hashCode()
          
 void setErrata(Errata errataIn)
          
 void setId(java.lang.Long i)
           
 void setSummary(java.lang.String s)
           
 
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

PublishedBug

public PublishedBug()
Method Detail

getId

public java.lang.Long getId()
Specified by:
getId in interface Bug
Returns:
Returns the id.

setId

public void setId(java.lang.Long i)
Specified by:
setId in interface Bug
Parameters:
i - The id to set.

getSummary

public java.lang.String getSummary()
Specified by:
getSummary in interface Bug
Returns:
Returns the summary.

setSummary

public void setSummary(java.lang.String s)
Specified by:
setSummary in interface Bug
Parameters:
s - The summary to set.

getErrata

public Errata getErrata()

Specified by:
getErrata in interface Bug
Returns:
Returns the errata.

setErrata

public void setErrata(Errata errataIn)

Specified by:
setErrata in interface Bug
Parameters:
errataIn - the errata 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