代码搜索:Serializable
找到约 10,000 项符合「Serializable」的源代码
代码结果 10,000
www.eeworm.com/read/468271/1491530
java basecmscomment.java
package com.jeecms.cms.entity.base;
import java.io.Serializable;
/**
* This is an object that contains data related to the CMS_COMMENT table.
* Do not modify this class because it will be
www.eeworm.com/read/468271/1491583
java basedowntype.java
package com.jeecms.download.entity.base;
import java.io.Serializable;
/**
* This is an object that contains data related to the DOWN_TYPE table.
* Do not modify this class because it will
www.eeworm.com/read/467701/1496531
java baseobject.java
package org.yeeku.model;
import java.io.Serializable;
/**
* Base class for Model objects. Child objects should implement toString(),
* equals() and hashCode();
*
*
*
www.eeworm.com/read/467120/1504511
java marriedinfo.java
package lxl;
import java.util.HashSet;
import java.util.Set;
/**
* MarriedInfo generated by MyEclipse Persistence Tools
*/
public class MarriedInfo implements java.io.Serializable {
www.eeworm.com/read/466530/1510507
java vorderdetailid.java
package com.lzw.model;
public class VOrderDetailId implements java.io.Serializable {
private long orderId;
private String goodsId;
private String goodsName;
private double price;
www.eeworm.com/read/465192/1522596
java user.java
package com.demo.domain;
/**
* User generated by MyEclipse Persistence Tools
*/
public class User implements java.io.Serializable {
// Fields
private Integer id;
private String n
www.eeworm.com/read/464651/1525920
java abstractadminlogin.java
package cn.edu.zucc.research.model;
public abstract class AbstractAdminLogin implements java.io.Serializable {
private String adminId;
private String adminName;
private String adminPass
www.eeworm.com/read/463556/1536919
java basemsg.java
package com.jeecms.auxiliary.entity.base;
import java.io.Serializable;
/**
* This is an object that contains data related to the AUXI_MSG table.
* Do not modify this class because it will
www.eeworm.com/read/463556/1536922
java basevoteitem.java
package com.jeecms.auxiliary.entity.base;
import java.io.Serializable;
/**
* This is an object that contains data related to the VOTE_ITEM table.
* Do not modify this class because it will
www.eeworm.com/read/463556/1536978
java basemember.java
package com.jeecms.core.entity.base;
import java.io.Serializable;
/**
* This is an object that contains data related to the core_member table.
* Do not modify this class because it will be