public class SubContractor extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase implements org.kuali.rice.core.api.mo.common.active.MutableInactivatable
Proposal
.Modifier and Type | Field and Description |
---|---|
protected boolean |
active |
static String |
CACHE_NAME |
protected String |
subcontractorAddressLine1 |
protected String |
subcontractorAddressLine2 |
protected String |
subcontractorCity |
protected org.kuali.rice.location.framework.country.CountryEbo |
subcontractorCountry |
protected String |
subcontractorCountryCode |
protected String |
subcontractorName |
protected String |
subcontractorNumber |
protected org.kuali.rice.location.framework.state.StateEbo |
subcontractorState |
protected String |
subcontractorStateCode |
protected String |
subcontractorZipCode |
Constructor and Description |
---|
SubContractor()
Default no-arg constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getSubcontractorAddressLine1()
Gets the subcontractorAddressLine1 attribute.
|
String |
getSubcontractorAddressLine2()
Gets the subcontractorAddressLine2 attribute.
|
String |
getSubcontractorCity()
Gets the subcontractorCity attribute.
|
org.kuali.rice.location.framework.country.CountryEbo |
getSubcontractorCountry()
Gets the
Country in which the subcontractor is located. |
String |
getSubcontractorCountryCode()
Gets the subcontractorCountryCode attribute.
|
String |
getSubcontractorName()
Gets the subcontractorName attribute.
|
String |
getSubcontractorNumber()
Gets the subcontractorNumber attribute.
|
org.kuali.rice.location.framework.state.StateEbo |
getSubcontractorState()
Gets the
State in which the subcontractor is located. |
String |
getSubcontractorStateCode()
Gets the subcontractorStateCode attribute.
|
String |
getSubcontractorZipCode()
Gets the subcontractorZipCode attribute.
|
boolean |
isActive()
Gets the active attribute.
|
void |
setActive(boolean active)
Sets the active attribute value.
|
void |
setSubcontractorAddressLine1(String subcontractorAddressLine1)
Sets the subcontractorAddressLine1 attribute.
|
void |
setSubcontractorAddressLine2(String subcontractorAddressLine2)
Sets the subcontractorAddressLine2 attribute.
|
void |
setSubcontractorCity(String subcontractorCity)
Sets the subcontractorCity attribute.
|
void |
setSubcontractorCountry(org.kuali.rice.location.framework.country.CountryEbo country)
Sets the
Country in which the subcontractor is located. |
void |
setSubcontractorCountryCode(String subcontractorCountryCode)
Sets the subcontractorCountryCode attribute.
|
void |
setSubcontractorName(String subcontractorName)
Sets the subcontractorName attribute.
|
void |
setSubcontractorNumber(String subcontractorNumber)
Sets the subcontractorNumber attribute.
|
void |
setSubcontractorState(org.kuali.rice.location.framework.state.StateEbo state)
Sets the
State in which the subcontractor is located. |
void |
setSubcontractorStateCode(String subcontractorStateCode)
Sets the subcontractorStateCode attribute value.
|
void |
setSubcontractorZipCode(String subcontractorZipCode)
Sets the subcontractorZipCode attribute.
|
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 subcontractorNumber
protected String subcontractorName
protected String subcontractorAddressLine1
protected String subcontractorAddressLine2
protected String subcontractorCity
protected String subcontractorStateCode
protected String subcontractorZipCode
protected String subcontractorCountryCode
protected boolean active
protected org.kuali.rice.location.framework.state.StateEbo subcontractorState
protected org.kuali.rice.location.framework.country.CountryEbo subcontractorCountry
public static final String CACHE_NAME
public SubContractor()
public String getSubcontractorNumber()
public void setSubcontractorNumber(String subcontractorNumber)
subcontractorNumber
- The subcontractorNumber to set.public String getSubcontractorName()
public void setSubcontractorName(String subcontractorName)
subcontractorName
- The subcontractorName to set.public String getSubcontractorAddressLine1()
public void setSubcontractorAddressLine1(String subcontractorAddressLine1)
subcontractorAddressLine1
- The subcontractorAddressLine1 to set.public String getSubcontractorAddressLine2()
public void setSubcontractorAddressLine2(String subcontractorAddressLine2)
subcontractorAddressLine2
- The subcontractorAddressLine2 to set.public String getSubcontractorCity()
public void setSubcontractorCity(String subcontractorCity)
subcontractorCity
- The subcontractorCity to set.public String getSubcontractorStateCode()
public void setSubcontractorStateCode(String subcontractorStateCode)
subcontractorStateCode
- The subcontractorStateCode to set.public String getSubcontractorZipCode()
public void setSubcontractorZipCode(String subcontractorZipCode)
subcontractorZipCode
- The subcontractorZipCode to set.public String getSubcontractorCountryCode()
public void setSubcontractorCountryCode(String subcontractorCountryCode)
subcontractorCountryCode
- The subcontractorCountryCode to set.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
active
- The active to set.public org.kuali.rice.location.framework.country.CountryEbo getSubcontractorCountry()
Country
in which the subcontractor is located.Country
in which the subcontractor is located.public void setSubcontractorCountry(org.kuali.rice.location.framework.country.CountryEbo country)
Country
in which the subcontractor is located.country
- the Country
in which the subcontractor is located.public org.kuali.rice.location.framework.state.StateEbo getSubcontractorState()
State
in which the subcontractor is located.State
in which the subcontractor is located.public void setSubcontractorState(org.kuali.rice.location.framework.state.StateEbo state)
State
in which the subcontractor is located.state
- the State
in which the subcontractor is located.Copyright © 2004–2014 The Kuali Foundation. All rights reserved.