public class CampusParameter extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase implements org.kuali.rice.core.api.mo.common.active.MutableInactivatable
Modifier and Type | Field and Description |
---|---|
protected boolean |
active |
protected org.kuali.rice.location.framework.campus.CampusEbo |
campus |
protected String |
campusAccountsPayableEmailAddress |
protected String |
campusCode |
protected String |
campusPurchasingDirectorName |
protected String |
campusPurchasingDirectorTitle |
protected String |
purchasingDepartmentCityName |
protected org.kuali.rice.location.framework.country.CountryEbo |
purchasingDepartmentCountry |
protected String |
purchasingDepartmentCountryCode |
protected String |
purchasingDepartmentLine1Address |
protected String |
purchasingDepartmentLine2Address |
protected String |
purchasingDepartmentName |
protected org.kuali.rice.location.framework.state.StateEbo |
purchasingDepartmentState |
protected String |
purchasingDepartmentStateCode |
protected String |
purchasingDepartmentZipCode |
protected String |
purchasingInstitutionName |
Constructor and Description |
---|
CampusParameter() |
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber
protected String campusCode
protected String campusPurchasingDirectorName
protected String campusPurchasingDirectorTitle
protected String campusAccountsPayableEmailAddress
protected String purchasingInstitutionName
protected String purchasingDepartmentName
protected String purchasingDepartmentLine1Address
protected String purchasingDepartmentLine2Address
protected String purchasingDepartmentCityName
protected String purchasingDepartmentStateCode
protected String purchasingDepartmentZipCode
protected String purchasingDepartmentCountryCode
protected boolean active
protected org.kuali.rice.location.framework.campus.CampusEbo campus
protected org.kuali.rice.location.framework.state.StateEbo purchasingDepartmentState
protected org.kuali.rice.location.framework.country.CountryEbo purchasingDepartmentCountry
public CampusParameter()
public org.kuali.rice.location.framework.campus.CampusEbo getCampus()
@Deprecated public void setCampus(org.kuali.rice.location.framework.campus.CampusEbo campus)
public String getCampusAccountsPayableEmailAddress()
public void setCampusAccountsPayableEmailAddress(String campusAccountsPayableEmailAddress)
public String getCampusCode()
public void setCampusCode(String campusCode)
public String getCampusPurchasingDirectorName()
public void setCampusPurchasingDirectorName(String campusPurchasingDirectorName)
public String getCampusPurchasingDirectorTitle()
public void setCampusPurchasingDirectorTitle(String campusPurchasingDirectorTitle)
public String getPurchasingDepartmentCityName()
public void setPurchasingDepartmentCityName(String purchasingDepartmentCityName)
public org.kuali.rice.location.framework.country.CountryEbo getPurchasingDepartmentCountry()
@Deprecated public void setPurchasingDepartmentCountry(org.kuali.rice.location.framework.country.CountryEbo purchasingDepartmentCountry)
public String getPurchasingDepartmentCountryCode()
public void setPurchasingDepartmentCountryCode(String purchasingDepartmentCountryCode)
public String getPurchasingDepartmentLine1Address()
public void setPurchasingDepartmentLine1Address(String purchasingDepartmentLine1Address)
public String getPurchasingDepartmentLine2Address()
public void setPurchasingDepartmentLine2Address(String purchasingDepartmentLine2Address)
public String getPurchasingDepartmentName()
public void setPurchasingDepartmentName(String purchasingDepartmentName)
public org.kuali.rice.location.framework.state.StateEbo getPurchasingDepartmentState()
public void setPurchasingDepartmentState(org.kuali.rice.location.framework.state.StateEbo purchasingDepartmentState)
public String getPurchasingDepartmentStateCode()
public void setPurchasingDepartmentStateCode(String purchasingDepartmentStateCode)
public String getPurchasingDepartmentZipCode()
public void setPurchasingDepartmentZipCode(String purchasingDepartmentZipCode)
public String getPurchasingInstitutionName()
public void setPurchasingInstitutionName(String purchasingInstitutionName)
public boolean isActive()
isActive
in interface org.kuali.rice.core.api.mo.common.active.Inactivatable
public void setActive(boolean active)
setActive
in interface org.kuali.rice.core.api.mo.common.active.MutableInactivatable
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.