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

public class DocType extends IdTitle
See Also:
  • Constructor Details

    • DocType

      public DocType()
  • Method Details

    • getComment

      public String getComment()
    • getDocumentType

      public DocumentType getDocumentType()
    • getNpid

      public int getNpid()
    • getPattern

      public String getPattern()
    • getPositionList

      public Set<Integer> getPositionList()
    • getSetup

      public Preferences getSetup()
    • getSetupString

      public String getSetupString()
    • getStringType

      public String getStringType()
    • getXmlContractConsist

      public Set<Integer> getXmlContractConsist()
    • getXmlModulesConsist

      public Set<Integer> getXmlModulesConsist()
    • getXmlPluginsConsist

      public Set<Integer> getXmlPluginsConsist()
    • isCreateWhenLessOrEqZero

      public final boolean isCreateWhenLessOrEqZero()
    • isCreateWhenStronglyLessZero

      public boolean isCreateWhenStronglyLessZero()
    • isNSubContractPositions

      public boolean isNSubContractPositions()
    • isSubContractPositions

      public boolean isSubContractPositions()
    • setComment

      public void setComment(String comment)
    • setCreateWhenLessOrEqZero

      public final void setCreateWhenLessOrEqZero(boolean createWhenZero)
    • setCreateWhenStronglyLessZero

      public void setCreateWhenStronglyLessZero(boolean createWhenStronglyLessZero)
    • setDocumentType

      public void setDocumentType(DocumentType documentType)
    • setNpid

      public void setNpid(int npid)
    • setNSubContractPositions

      public void setNSubContractPositions(boolean nsubContractPositions)
    • setPattern

      public void setPattern(String pattern)
    • setPositionList

      public void setPositionList(Set<Integer> positions)
    • setSetupString

      public void setSetupString(String setupString)
    • setSubContractPositions

      public void setSubContractPositions(boolean subContractPositions)
    • setXmlContractConsist

      public void setXmlContractConsist(Set<Integer> xmlContractConsist)
    • setXmlModulesConsist

      public void setXmlModulesConsist(Set<Integer> xmlModulesConsist)
    • setXmlPluginsConsist

      public void setXmlPluginsConsist(Set<Integer> xmlPluginsConsist)
    • builder

      public static DocType.Builder builder()