public class WGContentQueryResult
extends java.lang.Object
Constructor and Description |
---|
WGContentQueryResult(java.lang.Object structKey,
java.lang.String language,
int version,
java.lang.Object parentStructKey,
java.lang.String areaName) |
WGContentQueryResult(WGContentKey contentKey) |
WGContentQueryResult(WGContentKey contentKey,
java.lang.Object parentStructKey) |
WGContentQueryResult(WGContentKey contentKey,
java.lang.Object parentStructKey,
java.lang.String areaName) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAreaName()
Name of the area containing the content
|
WGContentKey |
getContentKey()
Key of the result content
|
java.lang.Object |
getParentStructKey()
Key of the parent struct entry of this contents struct entry, null if it is a root content
|
public WGContentQueryResult(java.lang.Object structKey, java.lang.String language, int version, java.lang.Object parentStructKey, java.lang.String areaName)
public WGContentQueryResult(WGContentKey contentKey)
public WGContentQueryResult(WGContentKey contentKey, java.lang.Object parentStructKey)
public WGContentQueryResult(WGContentKey contentKey, java.lang.Object parentStructKey, java.lang.String areaName)
public WGContentKey getContentKey()
public java.lang.Object getParentStructKey()
public java.lang.String getAreaName()