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

Field Summary
String_key
String_value
Constructor Summary
Property()
Method Summary
StringgetKey()
StringgetValue()
voidsetKey(String key)
voidsetValue(String value)

Field Detail

_key

public String _key

_value

public String _value

Constructor Detail

Property

public Property()

Method Detail

getKey

public String getKey()

getValue

public String getValue()

setKey

public void setKey(String key)

setValue

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.