| |
|
| java.lang.Object com.lutris.airsent.presentation.BasePO com.lutris.airsent.presentation.admin.AdminDetails
AdminDetails | public class AdminDetails extends BasePO (Code) | | Admin Details.java provides Delivery details to the admin,
as well as allowing the Admin to assign a messenger.
|
getRequiredAuthLevel | public int getRequiredAuthLevel()(Code) | | Superclass method override.
returns the authorization level necessary to access this po.
int required authorization level |
setText | public static void setText(Element e, String text)(Code) | | this takes an html element, finds the first text child node.
if this doesn't exist it creates a new text node. it then
sets the text in the text node.
Parameters: Element - e - the Parent element that has the text node child Parameters: String - text - the text to set in the text node. |
|
|
|