public class NavigationOrderSequence extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
folderId |
protected double |
maxCount |
protected String |
path |
protected String |
site |
| Constructor and Description |
|---|
NavigationOrderSequence() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFolderId() |
double |
getMaxCount() |
String |
getPath() |
String |
getSite() |
void |
setFolderId(String folderId) |
void |
setMaxCount(double maxCount) |
void |
setPath(String path) |
void |
setSite(String site) |
protected String folderId
protected String site
protected String path
protected double maxCount
public String getFolderId()
public void setFolderId(String folderId)
public String getSite()
public void setSite(String site)
public String getPath()
public void setPath(String path)
public double getMaxCount()
public void setMaxCount(double maxCount)
Copyright © 2020 CrafterCMS. All rights reserved.