代码搜索:Address
找到约 10,000 项符合「Address」的源代码
代码结果 10,000
www.eeworm.com/read/456229/1606865
vhd address.vhd
---------------------------------------------------------------------------------------------------
--
-- Title : address
-- Design : cfft
-- Author : ZHAO Ming
-- email : sradio@op
www.eeworm.com/read/455162/1625422
java address.java
package it.luzhrong;
public class Address {
private String id;
private String name;
private Integer level;
private String Parent;
public String getId() {
return id;
}
public void s
www.eeworm.com/read/454567/1629417
java address.java
package com.opensymphony.xwork2.test.annotations;
public class Address {
private String line1;
private String line2;
private String city;
private String country;
public String getCity() {
retu
www.eeworm.com/read/454100/1633688
java address.java
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* ht
www.eeworm.com/read/454044/1634037
java address.java
/*
* Address.java
*
* Created on Apr 5, 2008, 10:08:51 AM
*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.horizongroup.mcompanion.
www.eeworm.com/read/454044/1634069
java address.java
/*
* Address.java
*
* Created on Apr 5, 2008, 10:08:51 AM
*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.gecb.mcompanion.web.mode
www.eeworm.com/read/453733/1637596
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' table
www.eeworm.com/read/453681/1638882
java address.java
package rcpdev.contact.core.model.contact;
import rcpdev.contact.core.model.CommonObject;
public class Address extends CommonObject {
private String type;
private String country;
pri
www.eeworm.com/read/452347/1656711
java address.java
package domain;
public class Address {
private String city;
private String street;
public String getCity() {
return city;
}
public void setCity(String city) {
this.city = city