IDEMPIERE-3360 Methods to retrieve values of mail template

This commit is contained in:
Nicolas Micoud 2017-07-04 13:44:01 +02:00
parent 9cce160aff
commit c96264693c
1 changed files with 21 additions and 1 deletions

View File

@ -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
@ -414,4 +414,24 @@ public class MMailText extends X_R_MailText
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