T - public abstract class DbNamedEntity<T> extends DbEntity<T>
DumpEntity.DumpType| Constructor and Description |
|---|
DbNamedEntity() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Get the name
|
String |
getPath() |
void |
setName(String val)
Set the name
|
void |
setPath(String val) |
void |
toStringSegment(StringBuilder sb)
Add our stuff to the StringBuilder
|
addDeletedEntity, afterDeletion, beforeDeletion, beforeSave, beforeUpdate, getAccess, getByteSize, getCreated, getCreatorHref, getDeletedEntities, getOwnerHref, getParentPath, getSeq, length, setAccess, setByteSize, setCreated, setCreatorHref, setOwnerHref, setParentPath, setSeqclone, compareTo, equals, getId, hashCode, setId, unsaveddump, dump, error, getLog, hasDumpValuepublic void setName(String val)
val - String namepublic String getName()
public void setPath(String val)
val - public String getPath()
public void toStringSegment(StringBuilder sb)
UnversionedDbentitytoStringSegment in class DbEntity<T>sb - Copyright © 2018 Bedework. All rights reserved.