Package com.seeq.model
Class AssetError
java.lang.Object
com.seeq.model.AssetError
A list of errors generated when attempting to create or update the tree
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getError()
Get errorgetId()
Get idgetName()
Get nameGet parentNameint
hashCode()
parentName
(String parentName) void
void
void
void
setParentName
(String parentName) toString()
-
Constructor Details
-
AssetError
public AssetError()
-
-
Method Details
-
error
-
getError
Get error- Returns:
- error
-
setError
-
id
-
getId
Get id- Returns:
- id
-
setId
-
name
-
getName
Get name- Returns:
- name
-
setName
-
parentName
-
getParentName
Get parentName- Returns:
- parentName
-
setParentName
-
equals
-
hashCode
public int hashCode() -
toString
-