@Entity public class DeletedRemoteProviderApplication extends AuditableEntity
| Modifier and Type | Field and Description |
|---|---|
static int |
NATIVE_ID_LENGTH |
static int |
NATIVE_NAME_LENGTH |
| Constructor and Description |
|---|
DeletedRemoteProviderApplication(RemoteProviderApplication a) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getApplicationChannelId() |
Integer |
getApplicationId() |
Calendar |
getLastImportTime() |
String |
getNativeId() |
String |
getNativeName() |
Integer |
getRemoteProviderTypeId() |
void |
setApplicationChannelId(Integer applicationChannelId) |
void |
setApplicationId(Integer applicationId) |
void |
setLastImportTime(Calendar lastImportTime) |
void |
setNativeId(String nativeId) |
void |
setNativeName(String nativeName) |
void |
setRemoteProviderTypeId(Integer remoteProviderTypeId) |
getCreatedDate, getModifiedDate, isActive, setActive, setCreatedDate, setModifiedDategetId, isNew, setIdpublic static final int NATIVE_ID_LENGTH
public static final int NATIVE_NAME_LENGTH
public DeletedRemoteProviderApplication(RemoteProviderApplication a)
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 Integer getApplicationId()
public void setApplicationId(Integer applicationId)
public Integer getRemoteProviderTypeId()
public void setRemoteProviderTypeId(Integer remoteProviderTypeId)
public Integer getApplicationChannelId()
public void setApplicationChannelId(Integer applicationChannelId)
Copyright © 2018 Denim Group, Ltd.; Secure Decisions, A Division of Applied Visions, Inc.. All rights reserved.