/[schmitzm]/trunk/src/skrueger/AbstractAttributeMetadata.java
ViewVC logotype

Diff of /trunk/src/skrueger/AbstractAttributeMetadata.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 772 by alfonx, Sun Mar 21 14:05:26 2010 UTC revision 797 by alfonx, Sat Apr 10 16:12:40 2010 UTC
# Line 11  import skrueger.i8n.Translation; Line 11  import skrueger.i8n.Translation;
11  public abstract class AbstractAttributeMetadata implements AttributeMetadataInterface {  public abstract class AbstractAttributeMetadata implements AttributeMetadataInterface {
12    
13          /** The Name of the attribute. This is the 'primary key' **/          /** The Name of the attribute. This is the 'primary key' **/
14          protected NameImpl name;          protected Name name;
15    
16          /** {@link Translation}s of the attribute's title **/          /** {@link Translation}s of the attribute's title **/
17          protected Translation title = new Translation();          protected Translation title = new Translation();
# Line 104  public abstract class AbstractAttributeM Line 104  public abstract class AbstractAttributeM
104           * <code>org.bla.plo:blub</code>           * <code>org.bla.plo:blub</code>
105           */           */
106          @Override          @Override
107          public NameImpl getName() {          public Name getName() {
108                  return name;                  return name;
109          }          }
110    
# Line 126  public abstract class AbstractAttributeM Line 126  public abstract class AbstractAttributeM
126           * <code>org.bla.plo:blub</code>           * <code>org.bla.plo:blub</code>
127           */           */
128          @Override          @Override
129          public void setName(final NameImpl name) {          public void setName(final Name name) {
130                  this.name = name;                  this.name = name;
131          }          }
132    

Legend:
Removed from v.772  
changed lines
  Added in v.797

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26