@Entity public class RemoteProviderApplication extends AuditableEntity
| Modifier and Type | Field and Description |
|---|---|
static int |
NATIVE_ID_LENGTH |
static int |
NATIVE_NAME_LENGTH |
| Constructor and Description |
|---|
RemoteProviderApplication() |
| Modifier and Type | Method and Description |
|---|---|
Application |
getApplication() |
ApplicationChannel |
getApplicationChannel() |
String |
getCustomName() |
Calendar |
getLastImportTime() |
Boolean |
getMasterApp() |
String |
getMasterAppId() |
String |
getNativeId() |
String |
getNativeName() |
RemoteProviderType |
getRemoteProviderType() |
String |
getReportUrl() |
void |
setApplication(Application application) |
void |
setApplicationChannel(ApplicationChannel applicationChannel) |
void |
setCustomName(String customName) |
void |
setLastImportTime(Calendar lastImportTime) |
void |
setMasterApp(Boolean masterApp) |
void |
setMasterAppId(String masterAppId) |
void |
setNativeId(String nativeId) |
void |
setNativeName(String nativeName) |
void |
setRemoteProviderType(RemoteProviderType remoteProviderType) |
void |
setReportUrl(String reportUrl) |
getCreatedDate, getModifiedDate, isActive, setActive, setCreatedDate, setModifiedDategetId, isNew, setIdpublic static final int NATIVE_ID_LENGTH
public static final int NATIVE_NAME_LENGTH
public Calendar getLastImportTime()
public void setLastImportTime(Calendar lastImportTime)
public String getNativeId()
public void setNativeId(String nativeId)
public String getNativeName()
public void setNativeName(String nativeName)
public RemoteProviderType getRemoteProviderType()
public void setRemoteProviderType(RemoteProviderType remoteProviderType)
public Application getApplication()
public void setApplication(Application application)
public ApplicationChannel getApplicationChannel()
public void setApplicationChannel(ApplicationChannel applicationChannel)
public String getCustomName()
public void setCustomName(String customName)
public String getReportUrl()
public void setReportUrl(String reportUrl)
public Boolean getMasterApp()
public void setMasterApp(Boolean masterApp)
public String getMasterAppId()
public void setMasterAppId(String masterAppId)
Copyright © 2018 Denim Group, Ltd.; Secure Decisions, A Division of Applied Visions, Inc.. All rights reserved.