IDEMPIERE-3360 Methods to retrieve values of mail template
This commit is contained in:
parent
9cce160aff
commit
c96264693c
|
@ -40,7 +40,7 @@ public class MMailText extends X_R_MailText
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
private static final long serialVersionUID = -3278575461023934790L;
|
private static final long serialVersionUID = -5088779317275846829L;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Standard Constructor
|
* Standard Constructor
|
||||||
|
@ -414,4 +414,24 @@ public class MMailText extends X_R_MailText
|
||||||
m_language = language;
|
m_language = language;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public PO getPO()
|
||||||
|
{
|
||||||
|
return m_po;
|
||||||
|
}
|
||||||
|
|
||||||
|
public MBPartner getBPartner()
|
||||||
|
{
|
||||||
|
return m_bpartner;
|
||||||
|
}
|
||||||
|
|
||||||
|
public String getLanguage()
|
||||||
|
{
|
||||||
|
return m_language;
|
||||||
|
}
|
||||||
|
|
||||||
|
public MUser getUser()
|
||||||
|
{
|
||||||
|
return m_user;
|
||||||
|
}
|
||||||
|
|
||||||
} // MMailText
|
} // MMailText
|
||||||
|
|
Loading…
Reference in New Issue