Class InsertScriptGroupBean

All Implemented Interfaces:
Serializable

@Entity public class InsertScriptGroupBean extends ActiveRecordRepository implements Serializable
InsertScriptGroupBean.java
See Also:
  • Constructor Details

    • InsertScriptGroupBean

      public InsertScriptGroupBean()
    • InsertScriptGroupBean

      public InsertScriptGroupBean(String path)
  • Method Details

    • getInsertScript

      public InsertScriptBean getInsertScript()
    • setInsertScript

      public void setInsertScript(InsertScriptBean insertScriptBean)
    • getInsertScriptGrId

      public Long getInsertScriptGrId()
    • setInsertScriptGrId

      public void setInsertScriptGrId(Long insertScriptGrId)
    • setId

      public void setId(Long id)
      Specified by:
      setId in class ActiveRecordRepository
    • getId

      public Long getId()
      Specified by:
      getId in class ActiveRecordRepository
    • getGroupId

      public int getGroupId()
    • setGroupId

      public void setGroupId(int groupId)
    • getDomainId

      public int getDomainId()
    • setDomainId

      public void setDomainId(int domainId)
    • save

      public boolean save()
      Overrides:
      save in class ActiveRecordBase
    • getFullPath

      public String getFullPath()
      Vratenie cesty pre vue komponentu
      Returns:
    • toString

      public String toString()
      Overrides:
      toString in class ActiveRecordBase