: Public クラス
作成日: 2013/09/07 7:57:31
更新日: 2014/01/12 17:49:25
プロジェクト:
追加情報:
Invoice Payment Schedule Model
属性
Private static const long
  serialVersionUID
D詳細:
 
Private static CLogger
  s_log
D詳細:
ノート: Static Logger
Private MInvoice
  m_parent
D詳細:
ノート: Parent
操作
Public static
getInvoicePaySchedule( ctx: Properties,
C_Invoice_ID: int,
C_InvoicePaySchedule_ID: int,
trxName: String,
):MInvoicePaySchedule
詳細:
Sequential
ノート: Get Payment Schedule of the invoice<br /></p><p>@return array of schedule<br /></p>
Public
MInvoicePaySchedule( ctx: Properties,
C_InvoicePaySchedule_ID: int,
trxName: String,
):
詳細:
Sequential
ノート: Standard Constructor
Public
MInvoicePaySchedule( ctx: Properties,
rs: ResultSet,
trxName: String,
):
詳細:
Sequential
ノート: Load Constructor
Public
MInvoicePaySchedule( invoice: MInvoice,
paySchedule: MPaySchedule,
):
詳細:
Sequential
ノート: Parent Constructor
Public
getParent():MInvoice
詳細:
Sequential
ノート: @return Returns the parent.
Public
setParent( parent: MInvoice,
):void
詳細:
Sequential
Public
toString():String
詳細:
Sequential
ノート: String Representation<br /></p><p>@return info<br /></p>
Protected
beforeSave( newRecord: boolean,
):boolean
詳細:
Sequential
ノート: Before Save<br /></p><p>@return true<br /></p>
Protected
afterSave( newRecord: boolean,
success: boolean,
):boolean
詳細:
Sequential
ノート: After Save<br /></p><p>@return success<br /></p>
要素 ソースの役割 ターゲットの役割
CLogger
クラス  
名前:  
 
名前: s_log
 
詳細:
 
MInvoice
クラス  
名前:  
 
名前: m_parent
 
詳細:
 
要素 種類 接続 方向 ノート
X_C_InvoicePaySchedule Class 汎化 To  
MPaySchedule Class 依存 To