@Entity
public class ProductPortalAppEntity
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private AppInstallationOAuth2Entity |
appInstallation |
private java.lang.Integer |
id |
private java.lang.String |
storename |
Constructor and Description |
---|
ProductPortalAppEntity() |
Modifier and Type | Method and Description |
---|---|
AppInstallationOAuth2Entity |
getAppInstallation() |
java.lang.Integer |
getId() |
java.lang.String |
getStorename() |
void |
setAppInstallation(AppInstallationOAuth2Entity appInstallation) |
void |
setId(java.lang.Integer id) |
void |
setStorename(java.lang.String storename) |
private java.lang.Integer id
private AppInstallationOAuth2Entity appInstallation
private java.lang.String storename
public java.lang.Integer getId()
public void setId(java.lang.Integer id)
public AppInstallationOAuth2Entity getAppInstallation()
public void setAppInstallation(AppInstallationOAuth2Entity appInstallation)
public java.lang.String getStorename()
public void setStorename(java.lang.String storename)