public class StoreSaleApp extends Object
StoreSaleApp class.
| Constructor and Description |
|---|
StoreSaleApp() |
| Modifier and Type | Method and Description |
|---|---|
int |
getAppId()
Getter for the field
appId. |
String |
getName()
Getter for the field
name. |
int |
getType()
Getter for the field
type. |
void |
setAppId(int appId)
Setter for the field
appId. |
void |
setName(String name)
Setter for the field
name. |
void |
setType(int type)
Setter for the field
type. |
public int getAppId()
Getter for the field appId.
public void setAppId(int appId)
Setter for the field appId.
appId - a intpublic void setName(String name)
Setter for the field name.
name - a String objectpublic int getType()
Getter for the field type.
public void setType(int type)
Setter for the field type.
type - a intCopyright © 2016–2024. All rights reserved.