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
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic DocType.Builder
builder()
int
getNpid()
getSetup()
int
getType()
Deprecated.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
setType
(int type) Deprecated.использоватьsetDocumentType(DocumentType)
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
-
isCreateWhenLessOrEqZero
public final boolean isCreateWhenLessOrEqZero() -
setCreateWhenLessOrEqZero
public final void setCreateWhenLessOrEqZero(boolean createWhenZero) -
getPattern
-
setPattern
-
getType
Deprecated.использоватьgetDocumentType()
- Returns:
-
getDocumentType
-
setType
Deprecated.использоватьsetDocumentType(DocumentType)
- Parameters:
type
-
-
setDocumentType
-
getPositionList
-
setPositionList
-
getComment
-
setComment
-
isSubContractPositions
public boolean isSubContractPositions() -
isNSubContractPositions
public boolean isNSubContractPositions() -
setSubContractPositions
public void setSubContractPositions(boolean subContractPositions) -
setNSubContractPositions
public void setNSubContractPositions(boolean nsubContractPositions) -
getStringType
-
getSetup
-
setSetupString
-
getSetupString
-
setCreateWhenStronglyLessZero
public void setCreateWhenStronglyLessZero(boolean createWhenStronglyLessZero) -
isCreateWhenStronglyLessZero
public boolean isCreateWhenStronglyLessZero() -
setNpid
public void setNpid(int npid) -
getNpid
public int getNpid() -
getXmlModulesConsist
-
setXmlModulesConsist
-
getXmlPluginsConsist
-
setXmlPluginsConsist
-
getXmlContractConsist
-
setXmlContractConsist
-
builder
-
getDocumentType()