1 // license-header java merge-point
2 /**
3 * This is only generated once! It will never be overwritten.
4 * You can (and have to!) safely modify it by hand.
5 * Generated by: HibernateEntityImpl.vsl in andromda-hibernate-cartridge.
6 */
7 package org.andromda.timetracker.domain;
8
9 /**
10 * @see Timecard
11 */
12 public class TimecardImpl
13 extends Timecard
14 {
15 /**
16 * The serial version UID of this class. Needed for serialization.
17 */
18 private static final long serialVersionUID = -635666710596476780L;
19
20 /**
21 * @see Timecard#addTimeAllocation(TimeAllocation)
22 */
23 @Override
24 public void addTimeAllocation(TimeAllocation timeAllocation)
25 {
26 // TODO implement public void addTimeAllocation(TimeAllocation timeAllocation)
27 throw new UnsupportedOperationException("org.andromda.timetracker.domain.Timecard.addTimeAllocation(TimeAllocation timeAllocation) Not implemented!");
28 }
29 }