public static final class ExportModel.ParameterModel extends Object
| Modifier and Type | Field and Description |
|---|---|
static Comparator<ExportModel.ParameterModel> |
COMPARATOR |
| Constructor and Description |
|---|
ExportModel.ParameterModel(long tcOwnerId,
long id,
String name,
String description) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
long |
getId() |
String |
getName() |
long |
getTcOwnerId() |
String |
getTcOwnerPath() |
void |
setDescription(String description) |
void |
setId(long id) |
void |
setName(String name) |
void |
setTcOwnerId(long tcOwnerId) |
void |
setTcOwnerPath(String tcOwnerPath) |
public static final Comparator<ExportModel.ParameterModel> COMPARATOR
public String getTcOwnerPath()
public void setTcOwnerPath(String tcOwnerPath)
public long getTcOwnerId()
public void setTcOwnerId(long tcOwnerId)
public long getId()
public void setId(long id)
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
Copyright © 2010–2017 Henix, henix.fr. All rights reserved.