IPKValidateable, Serializablepublic class PWAssociatedApp extends Object implements IPKValidateable
| Constructor | Description |
|---|---|
PWAssociatedApp() |
| Modifier and Type | Method | Description |
|---|---|---|
String |
getIdAmazon() |
|
String |
getIdGooglePlay() |
|
String |
getTitle() |
|
List<String> |
getValidationErrors() |
|
boolean |
isValid() |
|
void |
setIdAmazon(String idAmazon) |
|
void |
setIdGooglePlay(String idGooglePlay) |
|
void |
setTitle(String title) |
|
String |
toString() |
public String getTitle()
public void setTitle(String title)
public String getIdGooglePlay()
public void setIdGooglePlay(String idGooglePlay)
public String getIdAmazon()
public void setIdAmazon(String idAmazon)
public boolean isValid()
isValid in interface IPKValidateablepublic List<String> getValidationErrors()
getValidationErrors in interface IPKValidateableCopyright © 2012–2018. All rights reserved.