public class StoreSaleDetails extends Object
StoreSaleDetails class.
Constructor and Description |
---|
StoreSaleDetails() |
Modifier and Type | Method and Description |
---|---|
List<StoreSaleApp> |
getAppsOnSale()
Getter for the field
appsOnSale . |
String |
getAvailableDate()
Getter for the field
availableDate . |
int |
getId()
Getter for the field
id . |
String |
getName()
Getter for the field
name . |
int |
getStatus()
Getter for the field
status . |
void |
setAppsOnSale(List<StoreSaleApp> appsOnSale)
Setter for the field
appsOnSale . |
void |
setAvailableDate(String availableDate)
Setter for the field
availableDate . |
void |
setId(int id)
Setter for the field
id . |
void |
setName(String name)
Setter for the field
name . |
void |
setStatus(int status)
Setter for the field
status . |
public int getStatus()
Getter for the field status
.
public void setStatus(int status)
Setter for the field status
.
status
- a intpublic int getId()
Getter for the field id
.
public void setId(int id)
Setter for the field id
.
id
- a intpublic void setName(String name)
Setter for the field name
.
name
- a String
objectpublic String getAvailableDate()
Getter for the field availableDate
.
String
objectpublic void setAvailableDate(String availableDate)
Setter for the field availableDate
.
availableDate
- a String
objectpublic List<StoreSaleApp> getAppsOnSale()
Getter for the field appsOnSale
.
List
objectpublic void setAppsOnSale(List<StoreSaleApp> appsOnSale)
Setter for the field appsOnSale
.
appsOnSale
- a List
objectCopyright © 2016–2024. All rights reserved.