インタフェース SmartBinder

  • 既知のサブインタフェースのリスト:
    APIBinder, APICabinet, APIMatryoshka

    public interface SmartBinder
    SmartDBのバインダの基本情報を表すinterfaceです。
    LazyLoadでロードされる基本情報です。
    • メソッドの詳細

      • getId

        long getId()
        バインダIDを取得する
        戻り値:
        バインダID
      • getParentId

        long getParentId()
        親キャビネットのIDを取得する
        戻り値:
        親キャビネットのID
      • getName

        String getName()
        バインダ名を取得する
        戻り値:
        バインダ名
      • getOwner

        Account getOwner()
        所属組織のアカウントを取得する
        戻り値:
        所属組織のアカウント
      • getRegAccount

        Account getRegAccount()
        バインダ登録者を取得する
        戻り値:
        バインダ登録者
      • getRegDate

        Date getRegDate()
        バインダの登録日を取得する
        戻り値:
        バインダ登録日
      • getLastUpdAccount

        Account getLastUpdAccount()
        バインダ最終更新者を取得する
        戻り値:
        バインダ最終更新者
      • getLastUpdDate

        Date getLastUpdDate()
        バインダの最終更新日を取得する
        戻り値:
        バインダ最終更新日