Modifier and Type | Field and Description |
---|---|
static java.lang.String |
REST_BASE_PATH
'frameworks' the base path to access entity
|
filterForUpdateMethod
filterForToStringMethod
Constructor and Description |
---|
Framework() |
Framework(java.lang.String name,
java.lang.String version,
java.lang.String description) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
java.lang.Long |
getId()
The ID of this model in the repository
|
java.lang.String |
getName() |
java.lang.String |
getRestPath()
The base REST path to make request to this model entity.
|
java.lang.String |
getVersion() |
void |
setDescription(java.lang.String description) |
void |
setId(java.lang.Long id) |
void |
setName(java.lang.String name) |
void |
setVersion(java.lang.String version) |
getFieldNamesIgnoredByToStringMethod, getFieldNamesIgnoredByUpdateMethod, update
toString
public static final java.lang.String REST_BASE_PATH
public Framework()
public Framework(java.lang.String name, java.lang.String version, java.lang.String description)
name
- version
- description
- public java.lang.Long getId()
RestModel
public void setId(java.lang.Long id)
id
- the id to setpublic java.lang.String getName()
public void setName(java.lang.String name)
name
- the name to setpublic java.lang.String getVersion()
public void setVersion(java.lang.String version)
version
- the version to setpublic java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- the description to setpublic java.lang.String getRestPath()
RestModel
getRestPath
in interface RestModel
Copyright © SAS Institute. All Rights Reserved.