Class DocType
java.lang.Object
ru.bitel.common.model.Id
ru.bitel.common.model.IdTitle
ru.bitel.bgbilling.modules.bill.common.bean.DocType
- All Implemented Interfaces:
Serializable
,GuiTitlable
,Idable
,ListItem
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class ru.bitel.common.model.IdTitle
IdTitle.IdTitleBuilder
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic DocType.Builder
builder()
int
getNpid()
getSetup()
final boolean
boolean
boolean
boolean
void
setComment
(String comment) final void
setCreateWhenLessOrEqZero
(boolean createWhenZero) void
setCreateWhenStronglyLessZero
(boolean createWhenStronglyLessZero) void
setDocumentType
(DocumentType documentType) void
setNpid
(int npid) void
setNSubContractPositions
(boolean nsubContractPositions) void
setPattern
(String pattern) void
setPositionList
(Set<Integer> positions) void
setSetupString
(String setupString) void
setSubContractPositions
(boolean subContractPositions) void
setXmlContractConsist
(Set<Integer> xmlContractConsist) void
setXmlModulesConsist
(Set<Integer> xmlModulesConsist) void
setXmlPluginsConsist
(Set<Integer> xmlPluginsConsist) Methods inherited from class ru.bitel.common.model.IdTitle
copyTo, getGuiTitle, getTitle, setTitle, toIdTitle, toString
Methods inherited from class ru.bitel.common.model.Id
copyTo, equals, getId, hashCode, newIdList, newIdSet, newIdSet, newIdSet, newIdSet, newMap, setId
-
Constructor Details
-
DocType
public DocType()
-
-
Method Details
-
getComment
-
getDocumentType
-
getNpid
public int getNpid() -
getPattern
-
getPositionList
-
getSetup
-
getSetupString
-
getStringType
-
getXmlContractConsist
-
getXmlModulesConsist
-
getXmlPluginsConsist
-
isCreateWhenLessOrEqZero
public final boolean isCreateWhenLessOrEqZero() -
isCreateWhenStronglyLessZero
public boolean isCreateWhenStronglyLessZero() -
isNSubContractPositions
public boolean isNSubContractPositions() -
isSubContractPositions
public boolean isSubContractPositions() -
setComment
-
setCreateWhenLessOrEqZero
public final void setCreateWhenLessOrEqZero(boolean createWhenZero) -
setCreateWhenStronglyLessZero
public void setCreateWhenStronglyLessZero(boolean createWhenStronglyLessZero) -
setDocumentType
-
setNpid
public void setNpid(int npid) -
setNSubContractPositions
public void setNSubContractPositions(boolean nsubContractPositions) -
setPattern
-
setPositionList
-
setSetupString
-
setSubContractPositions
public void setSubContractPositions(boolean subContractPositions) -
setXmlContractConsist
-
setXmlModulesConsist
-
setXmlPluginsConsist
-
builder
-