org.kuali.rice.kns.bo
Class ParameterId
java.lang.Object
org.kuali.rice.kns.bo.ParameterId
- All Implemented Interfaces:
- Serializable
public class ParameterId
- extends Object
- implements Serializable
This Compound Primary Class has been generated by the rice ojb2jpa Groovy script. Please
note that there are no setter methods, only getters. This is done purposefully as cpk classes
can not change after they have been created. Also note they require a public no-arg constructor.
TODO: Implement the equals() and hashCode() methods.
- See Also:
- Serialized Form
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
parameterNamespaceCode
private String parameterNamespaceCode
parameterDetailTypeCode
private String parameterDetailTypeCode
parameterName
private String parameterName
ParameterId
public ParameterId()
getParameterNamespaceCode
public String getParameterNamespaceCode()
getParameterDetailTypeCode
public String getParameterDetailTypeCode()
getParameterName
public String getParameterName()
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.