org.rhq.core.domain.content
Class Architecture

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

public class Architecture
extends Object
implements Serializable

Describes compatibility between Resources and Packages.

See Also:
Serialized Form

Field Summary
static String QUERY_FIND_ALL
           
static String QUERY_FIND_BY_NAME
           
 
Constructor Summary
Architecture()
           
Architecture(String name)
           
 
Method Summary
 boolean equals(Object obj)
           
 int getId()
           
 String getName()
          Architecture name, this will also be displayed directly to the user (i.e. there is no display name).
 int hashCode()
           
 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_FIND_ALL

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

Architecture

public Architecture()

Architecture

public Architecture(String name)
Method Detail

getId

public int getId()

setId

public void setId(int id)

getName

public String getName()
Architecture name, this will also be displayed directly to the user (i.e. there is no display name).


setName

public void setName(String name)

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2008-2009 RHQ Project Advisory Board (Red Hat, Inc.). All Rights Reserved.