org.openmdx.security.authentication1.jpa3.SendPasscode Maven / Gradle / Ivy
// ----------------------------------------------------------------------------
// Instance/Begin
// ----------------------------------------------------------------------------
//////////////////////////////////////////////////////////////////////////////
//
// Name: $Id: AbstractMapper.java,v 1.10 2011/07/08 13:20:51 wfro Exp $
// Generated by: openMDX Java Mapper
// Date: Mon Mar 09 17:05:03 CET 2020
//
// GENERATED - DO NOT CHANGE MANUALLY
//
//////////////////////////////////////////////////////////////////////////////
package org.openmdx.security.authentication1.jpa3;
/**
* Class SendPasscode
*/
@SuppressWarnings("serial")
public class SendPasscode extends org.openmdx.security.authentication1.jpa3.Passcode
implements org.openmdx.security.authentication1.cci2.SendPasscode
{
/**
* Constructor
*/
public SendPasscode(
){
// Implements Serializable
}
// ----------------------------------------------------------------------------
// Instance/DeclareValue
// ----------------------------------------------------------------------------
/**
* Attribute template
.
*/
short template;
// ----------------------------------------------------------------------------
// Instance/AttributeGet1_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the attribute template
.
* @return The non-null value for attribute template
.
*/
public final short getTemplate(
){
return this.template;
}
// ----------------------------------------------------------------------------
// Instance/AttributeSet1_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute template
.
* @param template The non-null new value for attribute template
.
*/
public void setTemplate(
short template
){
super.openmdxjdoMakeDirty();
this.template = template;
}
// ----------------------------------------------------------------------------
// Instance/DeclareValue
// ----------------------------------------------------------------------------
/**
* Attribute address
.
*/
java.net.URI address;
// ----------------------------------------------------------------------------
// Instance/AttributeGet1_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the attribute address
.
* @return The non-null value for attribute address
.
*/
public final java.net.URI getAddress(
){
return this.address;
}
// ----------------------------------------------------------------------------
// Instance/AttributeSet1_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute address
.
* @param address The non-null new value for attribute address
.
*/
public void setAddress(
java.net.URI address
){
super.openmdxjdoMakeDirty();
this.address = address;
}
// ----------------------------------------------------------------------------
// Instance/End
// ----------------------------------------------------------------------------
// ----------------------------------------------------------------------------
// Instance/Begin
// ----------------------------------------------------------------------------
//////////////////////////////////////////////////////////////////////////////
//
// Name: $Id: AbstractMapper.java,v 1.10 2011/07/08 13:20:51 wfro Exp $
// Generated by: openMDX Java Mapper
// Date: Mon Mar 09 17:05:03 CET 2020
//
// GENERATED - DO NOT CHANGE MANUALLY
//
//////////////////////////////////////////////////////////////////////////////
}