|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.rice.kns.bo.BusinessObjectBase
org.kuali.rice.kns.bo.PersistableBusinessObjectBase
org.kuali.kfs.module.cg.businessobject.SubContractor
public class SubContractor
Subcontractors are vendors involved with an awarded Proposal
.
Field Summary |
---|
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
---|
extension, versionNumber |
Constructor Summary | |
---|---|
SubContractor()
Default no-arg constructor. |
Method Summary | |
---|---|
String |
getSubcontractorAddressLine1()
Gets the subcontractorAddressLine1 attribute. |
String |
getSubcontractorAddressLine2()
Gets the subcontractorAddressLine2 attribute. |
String |
getSubcontractorCity()
Gets the subcontractorCity attribute. |
org.kuali.rice.kns.bo.Country |
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.kns.bo.State |
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.kns.bo.Country 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.kns.bo.State 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. |
protected LinkedHashMap |
toStringMapper()
|
Methods inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
---|
addNote, afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeInsert, beforeUpdate, beforeUpdate, buildListOfDeletionAwareLists, deleteNote, getAttachmentService, getBoNote, getBoNotes, getExtension, getNoteService, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isAutoIncrementSet, isBoNotesSupport, isNewCollectionRecord, linkEditableUserFields, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setAutoIncrementSet, setBoNotes, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber, supportsBoNotes |
Methods inherited from class org.kuali.rice.kns.bo.BusinessObjectBase |
---|
prepareForWorkflow, toString, toStringBuilder |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.kuali.rice.kns.bo.BusinessObject |
---|
prepareForWorkflow |
Constructor Detail |
---|
public SubContractor()
Method Detail |
---|
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.kns.bo.Inactivateable
public void setActive(boolean active)
setActive
in interface org.kuali.rice.kns.bo.Inactivateable
active
- The active to set.protected LinkedHashMap toStringMapper()
toStringMapper
in class org.kuali.rice.kns.bo.BusinessObjectBase
BusinessObjectBase.toStringMapper()
public org.kuali.rice.kns.bo.Country getSubcontractorCountry()
Country
in which the subcontractor is located.
Country
in which the subcontractor is located.public void setSubcontractorCountry(org.kuali.rice.kns.bo.Country country)
Country
in which the subcontractor is located.
country
- the Country
in which the subcontractor is located.public org.kuali.rice.kns.bo.State getSubcontractorState()
State
in which the subcontractor is located.
State
in which the subcontractor is located.public void setSubcontractorState(org.kuali.rice.kns.bo.State state)
State
in which the subcontractor is located.
state
- the State
in which the subcontractor is located.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |