net.sf.oxclient.mappings.xml
Class Property

java.lang.Object
  extended by net.sf.oxclient.mappings.xml.Property

@Guarded
public class Property
extends Object

Author:
Björn Voß

Constructor Summary
Property()
           
Property(String name, int oxcolumn)
           
 
Method Summary
 String getName()
           
 int getOxcolumnid()
           
 void setName(String name)
           
 void setOxcolumnid(int oxcolumn)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Property

public Property(@NotNull@NotEmpty
                String name,
                @Min(value=1L)@Max(value=806L)
                int oxcolumn)

Property

public Property()
Method Detail

getName

public String getName()
Returns:
the name

getOxcolumnid

public int getOxcolumnid()
Returns:
the oxcolumn

setName

public void setName(@NotNull@NotEmpty
                    String name)
Parameters:
name - the name to set

setOxcolumnid

public void setOxcolumnid(@Min(value=1L)@Max(value=806L)
                          int oxcolumn)
Parameters:
oxcolumn - the oxcolumn to set


Copyright © 2007. All Rights Reserved.