org.kuali.rice.coreservice.impl.parameter
Class ParameterId

java.lang.Object
  extended by org.kuali.rice.krad.data.jpa.IdClassBase
      extended by org.kuali.rice.coreservice.impl.parameter.ParameterId
All Implemented Interfaces:
Serializable

public class ParameterId
extends IdClassBase

See Also:
Serialized Form

Constructor Summary
ParameterId()
           
ParameterId(String namespaceCode, String componentCode, String name, String applicationId)
           
 
Method Summary
 String getApplicationId()
           
 String getCacheKey()
           
 String getComponentCode()
           
 String getName()
           
 String getNamespaceCode()
           
 
Methods inherited from class org.kuali.rice.krad.data.jpa.IdClassBase
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ParameterId

public ParameterId()

ParameterId

public ParameterId(String namespaceCode,
                   String componentCode,
                   String name,
                   String applicationId)
Method Detail

getNamespaceCode

public String getNamespaceCode()

getComponentCode

public String getComponentCode()

getName

public String getName()

getApplicationId

public String getApplicationId()

getCacheKey

public String getCacheKey()


Copyright © 2005–2014 The Kuali Foundation. All rights reserved.