org.rhq.core.domain.content
Class Architecture
java.lang.Object
org.rhq.core.domain.content.Architecture
- All Implemented Interfaces:
- Serializable
public class Architecture
- extends Object
- implements Serializable
Describes compatibility between Resource
s and Package
s.
- See Also:
- Serialized Form
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
QUERY_DYNAMIC_CONFIG_VALUES
public static final String QUERY_DYNAMIC_CONFIG_VALUES
- See Also:
- Constant Field Values
Architecture
public Architecture()
Architecture
public Architecture(String name)
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-2011 Red Hat, Inc.. All Rights Reserved.