org.rhq.core.domain.content
Class DistributionType

java.lang.Object
  extended by org.rhq.core.domain.content.DistributionType
All Implemented Interfaces:
Serializable

public class DistributionType
extends Object
implements Serializable

Defines a type of (@link Distribution) e.g. Kickstart trees for a linux distribution. e.g JumpStarts for a solaris distribution

See Also:
Serialized Form

Field Summary
static String QUERY_DELETE_BY_NAME
           
static String QUERY_FIND_BY_NAME
           
 
Constructor Summary
DistributionType()
           
DistributionType(String name)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getDescription()
           
 int getId()
           
 String getName()
           
 int hashCode()
           
 void setDescription(String description)
           
 void setId(int id)
           
 void setName(String name)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

QUERY_FIND_BY_NAME

public static final String QUERY_FIND_BY_NAME
See Also:
Constant Field Values

QUERY_DELETE_BY_NAME

public static final String QUERY_DELETE_BY_NAME
See Also:
Constant Field Values
Constructor Detail

DistributionType

public DistributionType()

DistributionType

public DistributionType(String name)
Method Detail

getId

public int getId()

setId

public void setId(int id)

getName

public String getName()

setName

public void setName(String name)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

toString

public String toString()
Overrides:
toString in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2008-2011 Red Hat, Inc.. All Rights Reserved.