public class StoreAppPackageGroup extends Object
StoreAppPackageGroup class.
| Constructor and Description |
|---|
StoreAppPackageGroup() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Getter for the field
description. |
int |
getDisplayType()
Getter for the field
displayType. |
String |
getName()
Getter for the field
name. |
String |
getRecurringSubscription()
Getter for the field
recurringSubscription. |
String |
getSaveText()
Getter for the field
saveText. |
String |
getSelectionText()
Getter for the field
selectionText. |
List<StoreAppSubPackage> |
getSubPackages()
Getter for the field
subPackages. |
String |
getTitle()
Getter for the field
title. |
void |
setDescription(String description)
Setter for the field
description. |
void |
setDisplayType(int displayType)
Setter for the field
displayType. |
void |
setName(String name)
Setter for the field
name. |
void |
setRecurringSubscription(String recurringSubscription)
Setter for the field
recurringSubscription. |
void |
setSaveText(String saveText)
Setter for the field
saveText. |
void |
setSelectionText(String selectionText)
Setter for the field
selectionText. |
void |
setSubPackages(List<StoreAppSubPackage> subPackages)
Setter for the field
subPackages. |
void |
setTitle(String title)
Setter for the field
title. |
public void setName(String name)
Setter for the field name.
name - a String objectpublic void setTitle(String title)
Setter for the field title.
title - a String objectpublic String getDescription()
Getter for the field description.
String objectpublic void setDescription(String description)
Setter for the field description.
description - a String objectpublic String getSelectionText()
Getter for the field selectionText.
String objectpublic void setSelectionText(String selectionText)
Setter for the field selectionText.
selectionText - a String objectpublic void setSaveText(String saveText)
Setter for the field saveText.
saveText - a String objectpublic int getDisplayType()
Getter for the field displayType.
public void setDisplayType(int displayType)
Setter for the field displayType.
displayType - a intpublic String getRecurringSubscription()
Getter for the field recurringSubscription.
String objectpublic void setRecurringSubscription(String recurringSubscription)
Setter for the field recurringSubscription.
recurringSubscription - a String objectpublic List<StoreAppSubPackage> getSubPackages()
Getter for the field subPackages.
List objectpublic void setSubPackages(List<StoreAppSubPackage> subPackages)
Setter for the field subPackages.
subPackages - a List objectCopyright © 2016–2024. All rights reserved.