public class Section extends Object
| Constructor and Description |
|---|
Section() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
int |
getDepth() |
String |
getDescription() |
int |
getDisplayOrder() |
int |
getId() |
String |
getName() |
Integer |
getParentId() |
Integer |
getSuiteId() |
int |
hashCode() |
Section |
setDepth(int depth) |
Section |
setDescription(String description) |
Section |
setDisplayOrder(int displayOrder) |
Section |
setId(int id) |
Section |
setName(String name) |
Section |
setParentId(Integer parentId) |
Section |
setSuiteId(Integer suiteId) |
String |
toString() |
@Generated(value="lombok") public Section()
@Generated(value="lombok") public int getId()
@Generated(value="lombok") public String getName()
@Generated(value="lombok") public String getDescription()
@Generated(value="lombok") public Integer getSuiteId()
@Generated(value="lombok") public Integer getParentId()
@Generated(value="lombok") public int getDepth()
@Generated(value="lombok") public int getDisplayOrder()
@Generated(value="lombok") public Section setId(int id)
@Generated(value="lombok") public Section setName(String name)
@Generated(value="lombok") public Section setDescription(String description)
@Generated(value="lombok") public Section setSuiteId(Integer suiteId)
@Generated(value="lombok") public Section setParentId(Integer parentId)
@Generated(value="lombok") public Section setDepth(int depth)
@Generated(value="lombok") public Section setDisplayOrder(int displayOrder)
@Generated(value="lombok") public boolean equals(Object o)
@Generated(value="lombok") protected boolean canEqual(Object other)
@Generated(value="lombok") public int hashCode()
@Generated(value="lombok") public String toString()
Copyright © 2017. All rights reserved.