Package | Description |
---|---|
com.neurosys.content.domain | |
com.neurosys.domain | |
com.neurosys.multiorg.domain |
Modifier and Type | Field and Description |
---|---|
protected Date |
AbstractContent.launchDate
For Search, ordering etc.
|
protected String |
AbstractContent.metaData
JSON Object String, that can store many content level properties in one string.
|
Modifier and Type | Field and Description |
---|---|
protected String |
HierarchialDomainObject.displayName
Display Name (Can contain HTML)
If you want to display the name without HTML use MarshalUtils.regexReplace(safeDisplayName, HTMLUtils.html4Replacer) |
protected Long |
HierarchialDomainObject.parentId |
Modifier and Type | Field and Description |
---|---|
protected String |
Venue.displayName |
protected Long |
Organization.id |
protected Long |
Venue.id |
protected String |
Organization.name
Unique Name to refer to the record
Id is an Auto generated number used by the system,
but is difficult for the outside world to get a handle on it.
|
protected String |
Venue.name
Unique Name to refer to the record
Id is an Auto generated number used by the system,
but is difficult for the outside world to get a handle on it.
|
Copyright © 2018. All rights reserved.