public class TagStatus extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
constructIcon |
protected int |
constructId |
protected String |
constructName |
protected int |
incompatible |
protected int |
inSync |
protected int |
missing |
protected String |
name |
protected int |
outOfSync |
Constructor and Description |
---|
TagStatus() |
Modifier and Type | Method and Description |
---|---|
String |
getConstructIcon()
Construct icon
|
int |
getConstructId()
Construct ID
|
String |
getConstructName()
Construct name
|
int |
getIncompatible()
Number of pages, that have the tag with a different construct ID, which is not compatible with the construct ID (and therefore cannot be migrated automatically without possible losing data).
|
int |
getInSync()
Number of pages in sync with this template tag
|
int |
getMissing()
Number of pages, that do not have this tag
|
String |
getName()
Tag name
|
int |
getOutOfSync()
Number of pages, that have the tag with a different construct ID (including incompatible pages)
|
TagStatus |
setConstructIcon(String constructIcon)
Set construct icon
|
TagStatus |
setConstructId(int constructId)
Set construct ID
|
TagStatus |
setConstructName(String constructName)
Set construct name
|
TagStatus |
setIncompatible(int incompatible)
Set incompatible pages
|
TagStatus |
setInSync(int inSync)
Set pages in sync
|
TagStatus |
setMissing(int missing)
Set pages missing the tag
|
TagStatus |
setName(String name)
Set name
|
TagStatus |
setOutOfSync(int outOfSync)
Set pages out of sync
|
String |
toString() |
protected String name
protected int constructId
protected String constructName
protected String constructIcon
protected int inSync
protected int outOfSync
protected int incompatible
protected int missing
public String getName()
public int getConstructId()
public String getConstructName()
public String getConstructIcon()
public int getInSync()
public int getOutOfSync()
public int getIncompatible()
public int getMissing()
public TagStatus setConstructId(int constructId)
constructId
- construct IDpublic TagStatus setConstructName(String constructName)
constructName
- construct namepublic TagStatus setConstructIcon(String constructIcon)
constructIcon
- construct iconpublic TagStatus setInSync(int inSync)
inSync
- pages in syncpublic TagStatus setOutOfSync(int outOfSync)
outOfSync
- pages out of syncpublic TagStatus setIncompatible(int incompatible)
incompatible
- incompatible pagespublic TagStatus setMissing(int missing)
missing
- pages missing the tagCopyright © 2020 Gentics Software. All rights reserved.