gluu
公開メンバ関数 | 非公開変数類 | 全メンバ一覧
org.gluu.oxtrust.model.LogViewerConfig クラス
org.gluu.oxtrust.model.LogViewerConfig 連携図
Collaboration graph

公開メンバ関数

 LogViewerConfig ()
 
List< SimpleExtendedCustomProperty > getLogTemplates ()
 
void setLogTemplates (List< SimpleExtendedCustomProperty > logTemplates)
 

非公開変数類

List< SimpleExtendedCustomProperty > logTemplates
 

詳解

Log viewer configuration model

著者
Yuriy Movchan Date: 07/08/2013

構築子と解体子

◆ LogViewerConfig()

org.gluu.oxtrust.model.LogViewerConfig.LogViewerConfig ( )
inline
32  {
33  this.logTemplates = new ArrayList<SimpleExtendedCustomProperty>();
34  }
List< SimpleExtendedCustomProperty > logTemplates
Definition: LogViewerConfig.java:30

関数詳解

◆ getLogTemplates()

List<SimpleExtendedCustomProperty> org.gluu.oxtrust.model.LogViewerConfig.getLogTemplates ( )
inline
36  {
37  return logTemplates;
38  }
List< SimpleExtendedCustomProperty > logTemplates
Definition: LogViewerConfig.java:30

◆ setLogTemplates()

void org.gluu.oxtrust.model.LogViewerConfig.setLogTemplates ( List< SimpleExtendedCustomProperty >  logTemplates)
inline
40  {
42  }
List< SimpleExtendedCustomProperty > logTemplates
Definition: LogViewerConfig.java:30

メンバ詳解

◆ logTemplates

List<SimpleExtendedCustomProperty> org.gluu.oxtrust.model.LogViewerConfig.logTemplates
private

このクラス詳解は次のファイルから抽出されました: