org.kuali.ole.pojo
Class ProfileAttribute

java.lang.Object
  extended by org.kuali.ole.pojo.ProfileAttribute

public class ProfileAttribute
extends Object

Created by IntelliJ IDEA. User: pvsubrah Date: 4/9/12 Time: 5:28 PM To change this template use File | Settings | File Templates.


Constructor Summary
ProfileAttribute()
           
 
Method Summary
 String getAgendaName()
           
 String getAttributeName()
           
 String getAttributeValue()
           
 Integer getId()
           
 String getSystemValue()
           
 void setAgendaName(String agendaName)
           
 void setAttributeName(String attributeName)
           
 void setAttributeValue(String attributeValue)
           
 void setId(Integer id)
           
 void setSystemValue(String systemValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProfileAttribute

public ProfileAttribute()
Method Detail

getSystemValue

public String getSystemValue()

setSystemValue

public void setSystemValue(String systemValue)

getId

public Integer getId()

setId

public void setId(Integer id)

getAgendaName

public String getAgendaName()

setAgendaName

public void setAgendaName(String agendaName)

getAttributeName

public String getAttributeName()

setAttributeName

public void setAttributeName(String attributeName)

getAttributeValue

public String getAttributeValue()

setAttributeValue

public void setAttributeValue(String attributeValue)


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