ContactImpl.java
// license-header java merge-point
/**
* This is only generated once! It will never be overwritten.
// Generated by EmbeddedValueImpl.vsl in andromda-ejb3-cartridge on 08/06/2014 10:56:25.
* You can (and have to!) safely modify it by hand.
*/
package org.andromda.demo.ejb3.customer;
import java.io.Serializable;
/**
* @see Contact
*/
public class ContactImpl
extends Contact
implements Serializable
{
/**
* The serial version UID of this class. Needed for serialization.
*/
private static final long serialVersionUID = 1908917208978718617L;
}