Class Publication
java.lang.Object
com.priint.pubserver.comet.bridge.entitydata.Comet3EntityData
com.priint.pubserver.comet.bridge.entitydata.Publication
- All Implemented Interfaces:
Serializable
The type Publication.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumAttributes for the Comet3 Publication type.
CAUTION! Do not change the order of these attributes or add or remove attributes, otherwise the InDesign Comet Plug-Ins and other clients will misinterpret the data sent from the Publishing Server. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet attributes comet 3 attribute [ ].booleanGets can override local.booleanGets can override url.Gets content.Gets document id.Gets domain.booleanGets has children.intGets icon id.intgetId()Gets id.intgetId2()Gets id 2.intgetId3()Gets id 3.getInfo()Gets info.getInfo1()Gets info 1.getInfo2()Gets info 2.getName()Gets name.getPath()Gets path.intGets statement id.Gets status.Gets status id.Gets string id.getType()Gets type.Gets type id.getUrl()Gets url.booleanIs document boolean.booleanIs publication boolean.voidsetCanOverrideLocal(boolean canOverrideLocal) Sets can override local.voidsetCanOverrideUrl(boolean canOverrideUrl) Sets can override url.voidsetContent(String content) Sets content.voidsetDocumentId(String documentId) Sets document id.voidSets domain.voidsetHasChildren(boolean hasChildren) Sets has children.voidsetIconId(int iconId) Sets icon id.voidsetId(int id) Sets id.voidsetId2(int id2) Sets id 2.voidsetId3(int id3) Sets id 3.voidSets info.voidSets info 1.voidSets info 2.voidSets name.voidSets path.voidsetStatementId(int statementId) Sets statement id.voidSets status.voidsetStatusId(String status) Sets status id.voidsetStringId(String stringId) Sets string id.voidSets type.voidSets type id.voidSets url.Methods inherited from class com.priint.pubserver.comet.bridge.entitydata.Comet3EntityData
get, getAsObject, set, setAsObject, toStringList
-
Constructor Details
-
Publication
public Publication()
-
-
Method Details
-
getAttributes
Description copied from class:Comet3EntityDataGet attributes comet 3 attribute [ ].- Specified by:
getAttributesin classComet3EntityData- Returns:
- the comet 3 attribute [ ]
-
getId
public int getId()Gets id.- Returns:
- the id
-
setId
public void setId(int id) Sets id.- Parameters:
id- the id
-
getId2
public int getId2()Gets id 2.- Returns:
- the id 2
-
setId2
public void setId2(int id2) Sets id 2.- Parameters:
id2- the id 2
-
getId3
public int getId3()Gets id 3.- Returns:
- the id 3
-
setId3
public void setId3(int id3) Sets id 3.- Parameters:
id3- the id 3
-
getStringId
Gets string id.- Returns:
- the string id
-
setStringId
Sets string id.- Parameters:
stringId- the string id
-
getDocumentId
Gets document id.- Returns:
- the document id
-
setDocumentId
Sets document id.- Parameters:
documentId- the document id
-
getStatus
Gets status.- Returns:
- the status
-
setStatus
Sets status.- Parameters:
status- the status
-
getStatusId
Gets status id.- Returns:
- the status id
-
setStatusId
Sets status id.- Parameters:
status- the status
-
getInfo
Gets info.- Returns:
- the info
-
setInfo
Sets info.- Parameters:
documentInfo- the document info
-
getName
Gets name.- Returns:
- the name
-
setName
Sets name.- Parameters:
name- the name
-
getType
Gets type.- Returns:
- the type
-
setType
Sets type.- Parameters:
type- the type
-
getTypeId
Gets type id.- Returns:
- the type id
-
setTypeId
Sets type id.- Parameters:
typeId- the type id
-
getInfo1
Gets info 1.- Returns:
- the info 1
-
setInfo1
Sets info 1.- Parameters:
info1- the info 1
-
getInfo2
Gets info 2.- Returns:
- the info 2
-
setInfo2
Sets info 2.- Parameters:
info2- the info 2
-
getDomain
Gets domain.- Returns:
- the domain
-
setDomain
Sets domain.- Parameters:
domain- the domain
-
getPath
Gets path.- Returns:
- the path
-
setPath
Sets path.- Parameters:
path- the path
-
getUrl
Gets url.- Returns:
- the url
-
setUrl
Sets url.- Parameters:
url- the url
-
getCanOverrideUrl
@Obsolete(reason="In a PubServer environment policies and status is provided via the status / checkout script and server configuration") public boolean getCanOverrideUrl()Gets can override url.- Returns:
- the can override url
-
setCanOverrideUrl
@Obsolete(reason="In a PubServer environment policies and status is provided via the status / checkout script and server configuration") public void setCanOverrideUrl(boolean canOverrideUrl) Sets can override url.- Parameters:
canOverrideUrl- the can override url
-
getCanOverrideLocal
@Obsolete(reason="In a PubServer environment policies and status is provided via the status / checkout script and server configuration") public boolean getCanOverrideLocal()Gets can override local.- Returns:
- the can override local
-
setCanOverrideLocal
@Obsolete(reason="In a PubServer environment policies and status is provided via the status / checkout script and server configuration") public void setCanOverrideLocal(boolean canOverrideLocal) Sets can override local.- Parameters:
canOverrideLocal- the can override local
-
getHasChildren
public boolean getHasChildren()Gets has children.- Returns:
- the has children
-
setHasChildren
public void setHasChildren(boolean hasChildren) Sets has children.- Parameters:
hasChildren- the has children
-
getIconId
public int getIconId()Gets icon id.- Returns:
- the icon id
-
setIconId
public void setIconId(int iconId) Sets icon id.- Parameters:
iconId- the icon id
-
getStatementId
public int getStatementId()Gets statement id.- Returns:
- the statement id
-
setStatementId
public void setStatementId(int statementId) Sets statement id.- Parameters:
statementId- the statement id
-
getContent
Description copied from class:Comet3EntityDataGets content.- Specified by:
getContentin classComet3EntityData- Returns:
- the content
-
setContent
Description copied from class:Comet3EntityDataSets content.- Specified by:
setContentin classComet3EntityData- Parameters:
content- the content
-
isPublication
public boolean isPublication()Is publication boolean.- Returns:
- the boolean
-
isDocument
public boolean isDocument()Is document boolean.- Returns:
- the boolean
-