tyrex.resource.javamail
Class Property
public
class
Property
extends Object
implements Serializable
This class is used to load the properties defined
in the domain.xml configuration of a javamail resource.
An example configuration is gievn below:
MyMail
mail.smtp.host
mail.exolab.org
Version: $Revision: 1.1 $
Author: Ashish Agrawal
public String _key
public String _value
public Property()
public String getKey()
public String getValue()
public void setKey(String key)
public void setValue(String value)
Original code is Copyright (c) 1999-2001, Intalio, Inc. All Rights Reserved. Contributions by MetaBoss team are Copyright (c) 2003-2005, Softaris Pty. Ltd. All Rights Reserved.