@@ -171,6 +171,42 @@ public void setChainingFeature(List<Feature> chainingFeature) {
171171
172172
173173
174+ // @info.archinnov.achilles.annotations.Column("declaredName")
175+ private String declaredName ;
176+
177+ @ JsonGetter
178+ @ Lob
179+ @ org .hibernate .annotations .Type (type = "org.hibernate.type.TextType" )
180+ @ javax .persistence .Column (name = "declaredName" , table = "AcceptActionUsage" )
181+ public String getDeclaredName () {
182+ return declaredName ;
183+ }
184+
185+ @ JsonSetter
186+ public void setDeclaredName (String declaredName ) {
187+ this .declaredName = declaredName ;
188+ }
189+
190+
191+
192+ // @info.archinnov.achilles.annotations.Column("declaredShortName")
193+ private String declaredShortName ;
194+
195+ @ JsonGetter
196+ @ Lob
197+ @ org .hibernate .annotations .Type (type = "org.hibernate.type.TextType" )
198+ @ javax .persistence .Column (name = "declaredShortName" , table = "AcceptActionUsage" )
199+ public String getDeclaredShortName () {
200+ return declaredShortName ;
201+ }
202+
203+ @ JsonSetter
204+ public void setDeclaredShortName (String declaredShortName ) {
205+ this .declaredShortName = declaredShortName ;
206+ }
207+
208+
209+
174210 // @info.archinnov.achilles.annotations.Transient
175211 // @info.archinnov.achilles.annotations.Column("definition")
176212 private List <Classifier > definition ;
@@ -319,26 +355,6 @@ public void setDocumentation(List<Documentation> documentation) {
319355
320356
321357
322- // @info.archinnov.achilles.annotations.Transient
323- // @info.archinnov.achilles.annotations.Column("effectiveName")
324- private String effectiveName ;
325-
326- @ JsonGetter
327- @ Lob
328- @ org .hibernate .annotations .Type (type = "org.hibernate.type.TextType" )
329- // @javax.persistence.Transient
330- @ javax .persistence .Column (name = "effectiveName" , table = "AcceptActionUsage" )
331- public String getEffectiveName () {
332- return effectiveName ;
333- }
334-
335- @ JsonSetter
336- public void setEffectiveName (String effectiveName ) {
337- this .effectiveName = effectiveName ;
338- }
339-
340-
341-
342358 // @info.archinnov.achilles.annotations.Column("elementId")
343359 private java .util .UUID elementId ;
344360
@@ -950,12 +966,14 @@ public void setMultiplicity(Multiplicity multiplicity) {
950966
951967
952968
969+ // @info.archinnov.achilles.annotations.Transient
953970 // @info.archinnov.achilles.annotations.Column("name")
954971 private String name ;
955972
956973 @ JsonGetter
957974 @ Lob
958975 @ org .hibernate .annotations .Type (type = "org.hibernate.type.TextType" )
976+ // @javax.persistence.Transient
959977 @ javax .persistence .Column (name = "name" , table = "AcceptActionUsage" )
960978 public String getName () {
961979 return name ;
@@ -2596,12 +2614,14 @@ public void setReceiverArgument(Expression receiverArgument) {
25962614
25972615
25982616
2617+ // @info.archinnov.achilles.annotations.Transient
25992618 // @info.archinnov.achilles.annotations.Column("shortName")
26002619 private String shortName ;
26012620
26022621 @ JsonGetter
26032622 @ Lob
26042623 @ org .hibernate .annotations .Type (type = "org.hibernate.type.TextType" )
2624+ // @javax.persistence.Transient
26052625 @ javax .persistence .Column (name = "shortName" , table = "AcceptActionUsage" )
26062626 public String getShortName () {
26072627 return shortName ;
0 commit comments