org.kuali.kfs.integration.cg.dto
Class KcObjectCode

java.lang.Object
  extended by org.kuali.kfs.integration.cg.dto.KcObjectCode

public class KcObjectCode
extends Object


Constructor Summary
KcObjectCode()
           
 
Method Summary
 String getDescription()
          Gets the description attribute.
 String getObjectCodeName()
          Gets the objectCodeName attribute.
 void setDescription(String description)
          Sets the description attribute value.
 void setObjectCodeName(String objectCodeName)
          Sets the objectCodeName attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KcObjectCode

public KcObjectCode()
Method Detail

getObjectCodeName

public String getObjectCodeName()
Gets the objectCodeName attribute.

Returns:
Returns the objectCodeName.

setObjectCodeName

public void setObjectCodeName(String objectCodeName)
Sets the objectCodeName attribute value.

Parameters:
objectCodeName - The objectCodeName to set.

getDescription

public String getDescription()
Gets the description attribute.

Returns:
Returns the description.

setDescription

public void setDescription(String description)
Sets the description attribute value.

Parameters:
description - The description to set.


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.