Java Doc for Address.java in » J2EE » Enhydra-Demos » com » lutris » airsent » spec » address » Java Source Code / Java DocumentationJava Source Code and Java Documentation
Java Source Code / Java Documentation
1.
6.0 JDK Core
2.
6.0 JDK Modules
3.
6.0 JDK Modules com.sun
4.
6.0 JDK Modules com.sun.java
5.
6.0 JDK Modules sun
6.
6.0 JDK Platform
7.
Ajax
8.
Apache Harmony Java SE
9.
Aspect oriented
10.
Authentication Authorization
11.
Blogger System
12.
Build
13.
Byte Code
14.
Cache
15.
Chart
16.
Chat
17.
Code Analyzer
18.
Collaboration
19.
Content Management System
20.
Database Client
21.
Database DBMS
22.
Database JDBC Connection Pool
23.
Database ORM
24.
Development
25.
EJB Server geronimo
26.
EJB Server GlassFish
27.
EJB Server JBoss 4.2.1
28.
EJB Server resin 3.1.5
29.
ERP CRM Financial
30.
ESB
31.
Forum
32.
GIS
33.
Graphic Library
34.
Groupware
35.
HTML Parser
36.
IDE
37.
IDE Eclipse
38.
IDE Netbeans
39.
Installer
40.
Internationalization Localization
41.
Inversion of Control
42.
Issue Tracking
43.
J2EE
44.
JBoss
45.
JMS
46.
JMX
47.
Library
48.
Mail Clients
49.
Net
50.
Parser
51.
PDF
52.
Portal
53.
Profiler
54.
Project Management
55.
Report
56.
RSS RDF
57.
Rule Engine
58.
Science
59.
Scripting
60.
Search Engine
61.
Security
62.
Sevlet Container
63.
Source Control
64.
Swing Library
65.
Template Engine
66.
Test Coverage
67.
Testing
68.
UML
69.
Web Crawler
70.
Web Framework
71.
Web Mail
72.
Web Server
73.
Web Services
74.
Web Services apache cxf 2.0.1
75.
Web Services AXIS2
76.
Wiki Engine
77.
Workflow Engines
78.
XML
79.
XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation
»
J2EE
»
Enhydra Demos
»
com.lutris.airsent.spec.address
Source Cross Reference
Class Diagram
Java Document (Java Doc)
com.lutris.airsent.spec.address
.Address
All known Subclasses:
com.lutris.airsent.business.address
.AddressImpl
,
Address
public
interface Address
(Code)
Interface declaration
author:
joseph shoop
version:
%I%, %G%
Field Summary
final
public
static int
MAX_ADDRESS
final
public
static int
MAX_AREA_CODE
final
public
static int
MAX_CITY
final
public
static int
MAX_COUNTRY
final
public
static int
MAX_DIRECTIONS
final
public
static int
MAX_NAME
final
public
static int
MAX_PHONE
final
public
static int
MAX_STATE
final
public
static int
MAX_ZIP_CODE
Method Summary
public
void
delete
()
Deletes an address.
public
String
getAreaCode
()
Gets the area code.
public
String
getCity
()
Gets the city.
public
String
getCountry
()
Gets the country.
public
String
getDirections
()
Gets the directions.
public
String
getHandle
()
public
String
getLocalNumber
()
Gets the local number.
public
String
getName
()
public
String
getPostalCode
()
Gets the postal code.
public
String
getState
()
Gets the state.
public
String
getStreet1
()
public
String
getStreet2
()
public
String
getStreet3
()
public
void
save
()
Saves an address.
public
void
setAreaCode
(
String
area)
Sets the area code.
public
void
setCity
(
String
city)
Sets the city.
public
void
setCountry
(
String
country)
Sets the country.
public
void
setDirections
(
String
directions)
Sets the directions.
public
void
setLocalNumber
(
String
number)
public
void
setName
(
String
name)
public
void
setPostalCode
(
String
code)
Sets the postal code.
public
void
setState
(
String
state)
Sets the state.
public
void
setStreet1
(
String
street)
public
void
setStreet2
(
String
street)
public
void
setStreet3
(
String
street)
Field Detail
MAX_ADDRESS
final
public
static int MAX_ADDRESS
(Code)
MAX_AREA_CODE
final
public
static int MAX_AREA_CODE
(Code)
MAX_CITY
final
public
static int MAX_CITY
(Code)
MAX_COUNTRY
final
public
static int MAX_COUNTRY
(Code)
MAX_DIRECTIONS
final
public
static int MAX_DIRECTIONS
(Code)
MAX_NAME
final
public
static int MAX_NAME
(Code)
MAX_PHONE
final
public
static int MAX_PHONE
(Code)
MAX_STATE
final
public
static int MAX_STATE
(Code)
MAX_ZIP_CODE
final
public
static int MAX_ZIP_CODE
(Code)
Method Detail
delete
public
void delete() throws
AirSentException
(Code)
Deletes an address.
throws:
AirSentException
-
getAreaCode
public
String
getAreaCode() throws
AirSentException
(Code)
Gets the area code. AreaCode
throws:
AirSentException
-
getCity
public
String
getCity() throws
AirSentException
(Code)
Gets the city. City
throws:
AirSentException
-
getCountry
public
String
getCountry() throws
AirSentException
(Code)
Gets the country. Country
throws:
AirSentException
-
getDirections
public
String
getDirections() throws
AirSentException
(Code)
Gets the directions. Directions
throws:
AirSentException
-
getHandle
public
String
getHandle() throws
AirSentException
(Code)
Gets the handle the handle
throws:
AirSentException
-
getLocalNumber
public
String
getLocalNumber() throws
AirSentException
(Code)
Gets the local number. Local number
throws:
AirSentException
-
getName
public
String
getName() throws
AirSentException
(Code)
Gets the name Name
throws:
AirSentException
-
getPostalCode
public
String
getPostalCode() throws
AirSentException
(Code)
Gets the postal code. Postal code
throws:
AirSentException
-
getState
public
String
getState() throws
AirSentException
(Code)
Gets the state. State
throws:
AirSentException
-
getStreet1
public
String
getStreet1() throws
AirSentException
(Code)
Gets street1 Street1
throws:
AirSentException
-
getStreet2
public
String
getStreet2() throws
AirSentException
(Code)
Gets street2 Street2
throws:
AirSentException
-
getStreet3
public
String
getStreet3() throws
AirSentException
(Code)
Gets street3 Street3
throws:
AirSentException
-
save
public
void save() throws
AirSentException
(Code)
Saves an address.
throws:
AirSentException
-
setAreaCode
public
void setAreaCode(
String
area) throws
AirSentException
(Code)
Sets the area code.
Parameters:
area -
throws:
AirSentException
-
setCity
public
void setCity(
String
city) throws
AirSentException
(Code)
Sets the city.
Parameters:
city -
throws:
AirSentException
-
setCountry
public
void setCountry(
String
country) throws
AirSentException
(Code)
Sets the country.
Parameters:
country -
throws:
AirSentException
-
setDirections
public
void setDirections(
String
directions) throws
AirSentException
(Code)
Sets the directions.
Parameters:
directions -
throws:
AirSentException
-
setLocalNumber
public
void setLocalNumber(
String
number) throws
AirSentException
(Code)
Sets the local number
Parameters:
number -
throws:
AirSentException
-
setName
public
void setName(
String
name) throws
AirSentException
(Code)
Sets the name
Parameters:
name -
throws:
AirSentException
-
setPostalCode
public
void setPostalCode(
String
code) throws
AirSentException
(Code)
Sets the postal code.
Parameters:
code -
throws:
AirSentException
-
setState
public
void setState(
String
state) throws
AirSentException
(Code)
Sets the state.
Parameters:
state -
throws:
AirSentException
-
setStreet1
public
void setStreet1(
String
street) throws
AirSentException
(Code)
Sets street1
Parameters:
street -
throws:
AirSentException
-
setStreet2
public
void setStreet2(
String
street) throws
AirSentException
(Code)
Sets street2
Parameters:
street -
throws:
AirSentException
-
setStreet3
public
void setStreet3(
String
street) throws
AirSentException
(Code)
Sets street3
Parameters:
street -
throws:
AirSentException
-
www.java2java.com
|
Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.