public class OleGokbPlatform extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase
Constructor and Description |
---|
OleGokbPlatform() |
Modifier and Type | Method and Description |
---|---|
String |
getAuthentication() |
Timestamp |
getDateCreated() |
Timestamp |
getDateUpdated() |
Integer |
getGokbPlatformId() |
OleGokbOrganization |
getOleGokbOrganization() |
String |
getPlatformName() |
String |
getPlatformProvider() |
Integer |
getPlatformProviderId() |
String |
getSoftwarePlatform() |
String |
getStatus() |
String |
getStatusId() |
void |
setAuthentication(String authentication) |
void |
setDateCreated(Timestamp dateCreated) |
void |
setDateUpdated(Timestamp dateUpdated) |
void |
setGokbPlatformId(Integer gokbPlatformId) |
void |
setOleGokbOrganization(OleGokbOrganization oleGokbOrganization) |
void |
setPlatformName(String platformName) |
void |
setPlatformProvider(String platformProvider) |
void |
setPlatformProviderId(Integer platformProviderId) |
void |
setSoftwarePlatform(String softwarePlatform) |
void |
setStatus(String status) |
void |
setStatusId(String statusId) |
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
public OleGokbPlatform()
public Integer getGokbPlatformId()
public void setGokbPlatformId(Integer gokbPlatformId)
public String getPlatformName()
public void setPlatformName(String platformName)
public String getStatusId()
public void setStatusId(String statusId)
public Integer getPlatformProviderId()
public void setPlatformProviderId(Integer platformProviderId)
public String getPlatformProvider()
public void setPlatformProvider(String platformProvider)
public String getAuthentication()
public void setAuthentication(String authentication)
public String getSoftwarePlatform()
public void setSoftwarePlatform(String softwarePlatform)
public Timestamp getDateCreated()
public void setDateCreated(Timestamp dateCreated)
public Timestamp getDateUpdated()
public void setDateUpdated(Timestamp dateUpdated)
public OleGokbOrganization getOleGokbOrganization()
public void setOleGokbOrganization(OleGokbOrganization oleGokbOrganization)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.