public class SwarmStoreCategory
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
int |
id
The unique identification number for this SwarmStoreCategory.
|
java.util.List<SwarmStoreListing> |
listings
A List of SwarmStoreListings that are contained within this SwarmStoreCategory.
|
java.lang.String |
name
The name of this SwarmStoreCategory that will be displayed to the user when the user is browsing the SwarmStore.
|
Constructor and Description |
---|
SwarmStoreCategory() |
public int id
public java.lang.String name
public java.util.List<SwarmStoreListing> listings