代码搜索:Address
找到约 10,000 项符合「Address」的源代码
代码结果 10,000
www.eeworm.com/read/476745/1367129
java address.java
package com.cib.model;
import java.io.Serializable;
import javax.persistence.Column;
import javax.persistence.Embeddable;
import org.apache.commons.lang.builder.ToStringBuilder;
import org.apache.c
www.eeworm.com/read/475669/1383524
java address.java
/*
Copyright (C) 2001, 2008 United States Government as represented by
the Administrator of the National Aeronautics and Space Administration.
All Rights Reserved.
*/
package gov.nasa.worldwind.a
www.eeworm.com/read/475282/1385412
java address.java
/*
* Created Thu Aug 23 15:30:25 CST 2007 by MyEclipse Hibernate Tool.
*/
package com.demo.hibernate.beans;
import java.io.Serializable;
/**
* A class that represents a row in the 'address' tabl
www.eeworm.com/read/474957/1387730
java address.java
/*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
*
* Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
*
* The contents of this file are subject to the terms of either
www.eeworm.com/read/473298/1400593
java address.java
package com.qrsx.client;
import java.util.StringTokenizer;
public class Address {
private String province;
private String city;
private String country;
public String getProvince() {
return
www.eeworm.com/read/471811/1420496
java address.java
/**
*
*/
package com.qrsx.qrsxcrm.model;
/**
* @author Administrator
*
*/
public class Address {
private String id;
private String name;
private String sex;
private Str
www.eeworm.com/read/471667/1426717
java address.java
// Copyright (c) 1999-2004 Brian Wellington (bwelling@xbill.org)
package org.xbill.DNS;
import java.net.*;
import java.net.Inet6Address;
import java.util.*;
/**
* Routines dealing with IP addresse